Skip to content
Snippets Groups Projects
Unverified Commit 72534622 authored by Luke Murphy's avatar Luke Murphy
Browse files

Use integer. Woops.

parent 8b008b77
No related branches found
No related tags found
1 merge request!89Set filename for location coverage export.
......@@ -21,7 +21,7 @@ def client(django_user_model):
def test_location_coverage_unauthenticated():
response = APIClient().get(reverse('location-coverage'))
assert response.status_code == '403'
assert response.status_code == 403
def test_location_coverage(client):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment