summaryrefslogtreecommitdiffstats
path: root/core/TESTS/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/TESTS/tests.py')
-rw-r--r--core/TESTS/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py
index 14f9839..c93e35e 100644
--- a/core/TESTS/tests.py
+++ b/core/TESTS/tests.py
@@ -517,7 +517,7 @@ class PageTests(TestCase):
def test_eastings(self):
# Needs another test with test data
- response = self.client.get("/eastings")
+ response = self.client.get("/stations")
self.assertEqual(response.status_code, HTTPStatus.OK)
content = response.content.decode()
ph = r"<tr><th>Survex Station</th><th>x</th><th>y</th>"