diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 01:01:00 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 01:01:00 +0000 |
commit | b65639df05d34221e546140b692f329b7f28404e (patch) | |
tree | 35fdb254bbad5623a89d84f3a7bcbde6f3966df6 /core/TESTS | |
parent | f99ebf84e9da3a6f65a586977a43af992d6157a6 (diff) | |
download | troggle-b65639df05d34221e546140b692f329b7f28404e.tar.gz troggle-b65639df05d34221e546140b692f329b7f28404e.tar.bz2 troggle-b65639df05d34221e546140b692f329b7f28404e.zip |
Upload form for Photos
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index 3bcebc4..98c85f4 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -153,7 +153,7 @@ class PageTests(TestCase): def test_expoweb_via_areaid(self): # the dispatcher takes a detour via the cave renering procedure for this - response = self.client.get('/1623/others/t/via201.jpg') + response = self.client.get('/guidebook/t/via201.jpg') self.assertEqual(response.status_code, 200) self.assertEqual(len(response.content), 6057) @@ -175,7 +175,6 @@ class PageTests(TestCase): phmatch = re.search(ph, content) self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'") - def test_page_admin(self): # see the login page response = self.client.get('/admin/login/') |