2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 03:27:26 +00:00

update tests for page name change

This commit is contained in:
2023-11-02 00:02:21 +02:00
parent 62de8095d8
commit 742ccb5f0b
2 changed files with 2 additions and 2 deletions

View File

@@ -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>"