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 eea7537..8c1f973 100644
--- a/budget/tests.py
+++ b/budget/tests.py
@@ -934,6 +934,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)