2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 11:47:07 +00:00

tidy with new multicave wallets

This commit is contained in:
2023-10-21 22:31:33 +03:00
parent e7a0c57330
commit 1641dfe5f1
8 changed files with 69 additions and 67 deletions

View File

@@ -182,8 +182,8 @@ class FixturePageTests(TestCase):
content = response.content.decode()
ph = r"284 <em>Seetrichter</em>"
phmatch = re.search(ph, content)
with open('_cave_fix_caves.html', 'w') as f:
f.write(content)
# with open('_cave_fix_caves.html', 'w') as f:
# f.write(content)
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "'")
# Although the Cave object exists, it looks like we get a bad slug error when trying to get a QM page.