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