diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-01-17 09:34:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-17 09:34:47 +0100 |
| commit | 963fcf0af130caedc4a6c05c76f20ffa5cbbcfc3 (patch) | |
| tree | 8c3e137f83edf9443729da6432d52efc10326433 /budget/tests.py | |
| parent | 8615fde00ad4c402a8cad3bd23c7a0e4e3788d32 (diff) | |
| parent | 376a0b37e3c778d4ac1ace7ca8f92c7625af2c06 (diff) | |
| download | ihatemoney-mirror-963fcf0af130caedc4a6c05c76f20ffa5cbbcfc3.zip ihatemoney-mirror-963fcf0af130caedc4a6c05c76f20ffa5cbbcfc3.tar.gz ihatemoney-mirror-963fcf0af130caedc4a6c05c76f20ffa5cbbcfc3.tar.bz2 | |
Merge pull request #166 from JocelynDelalande/jd-fix-prefixed-test
Fix ServerTestCase.test_unprefixed test
Diffstat (limited to 'budget/tests.py')
| -rw-r--r-- | budget/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/tests.py b/budget/tests.py index f0a5ea7..0e40825 100644 --- a/budget/tests.py +++ b/budget/tests.py @@ -974,6 +974,7 @@ class ServerTestCase(APITestCase): super(ServerTestCase, self).setUp() def test_unprefixed(self): + run.app.config['APPLICATION_ROOT'] = '/' req = self.app.get("/foo/") self.assertStatus(303, req) |
