mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 17:57:09 +00:00
tidy trailing slash everywhere & fix tests
This commit is contained in:
@@ -457,7 +457,7 @@ class PageTests(TestCase):
|
||||
|
||||
def test_page_dwgallfiles_empty_slash(self):
|
||||
# this gets an empty page as the database has not been loaded
|
||||
response = self.client.get("/dwgfiles/")
|
||||
response = self.client.get("/dwgfiles")
|
||||
self.assertEqual(response.status_code, HTTPStatus.OK)
|
||||
content = response.content.decode()
|
||||
for ph in [
|
||||
|
||||
Reference in New Issue
Block a user