From a950cc60d9400c553b853f3a3308edaa8ea645cc Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 19 Feb 2025 16:00:53 +0200 Subject: tidy trailing slash everywhere & fix tests --- core/TESTS/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/TESTS/test_parsers.py') diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index 66e058d..549095e 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -206,7 +206,7 @@ class ImportTest(TestCase): def test_survexfiles(self): # Needs another test with test data - response = self.client.get("/survexfile/caves/") + response = self.client.get("/survexfile/caves") self.assertEqual(response.status_code, HTTPStatus.OK) content = response.content.decode() # with open('_test_response.html', 'w') as f: -- cgit v1.2.3