summaryrefslogtreecommitdiffstats
path: root/instruments/tests
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-16 10:06:37 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-16 10:06:37 +0100
commit7f7debbe0d5d5bbbe4182207137b651be100e408 (patch)
tree73eb9bd9faefb2641f997a6c3f43814d2b0b9633 /instruments/tests
parent3c724c0a25a8cfa34befbbb88bff1236cc88ec20 (diff)
Fixes miss-named list view function
Diffstat (limited to 'instruments/tests')
-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