summaryrefslogtreecommitdiffstats
path: root/instruments/tests/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'instruments/tests/test_views.py')
-rw-r--r--instruments/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruments/tests/test_views.py b/instruments/tests/test_views.py
index 048ab47..e1573a2 100644
--- a/instruments/tests/test_views.py
+++ b/instruments/tests/test_views.py
@@ -7,4 +7,4 @@ pytestmark = pytest.mark.django_db
def test_view_url_exists_at_desired_location(client):
url = reverse("instruments:sop-list")
response = client.get(url)
- assert response.status_code == 200
+ assert response.status_code == 302