aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
Diffstat (limited to 'budget')
-rw-r--r--budget/tests.py1
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)