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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user