From 1641dfe5f199e26607e8367395f4f8aa04eb376b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 21 Oct 2023 22:31:33 +0300 Subject: tidy with new multicave wallets --- core/TESTS/test_caves.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/TESTS/test_caves.py') diff --git a/core/TESTS/test_caves.py b/core/TESTS/test_caves.py index 6704cd8..8390df5 100644 --- a/core/TESTS/test_caves.py +++ b/core/TESTS/test_caves.py @@ -182,8 +182,8 @@ class FixturePageTests(TestCase): content = response.content.decode() ph = r"284 Seetrichter" 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. -- cgit v1.2.3