diff options
Diffstat (limited to 'tests/integration/test_upload.py')
-rw-r--r-- | tests/integration/test_upload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_upload.py b/tests/integration/test_upload.py index 1903cbe..8f59a8e 100644 --- a/tests/integration/test_upload.py +++ b/tests/integration/test_upload.py @@ -5,7 +5,7 @@ from testutils import load_gpx_asset from fietsboek import models def test_upload_forbidden(testapp, route_path): - upload_form = testapp.get(route_path('upload'), status="4*") + testapp.get(route_path('upload'), status="4*") def test_upload(testapp, dbsession, route_path, logged_in): |