diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-21 22:31:33 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-21 22:31:33 +0300 |
commit | 1641dfe5f199e26607e8367395f4f8aa04eb376b (patch) | |
tree | efed94787898f8d395c8a1e8113a369bdd60b0e7 /core/TESTS/test_caves.py | |
parent | e7a0c57330a9c3808531b4d401d0cedf0f0c0638 (diff) | |
download | troggle-1641dfe5f199e26607e8367395f4f8aa04eb376b.tar.gz troggle-1641dfe5f199e26607e8367395f4f8aa04eb376b.tar.bz2 troggle-1641dfe5f199e26607e8367395f4f8aa04eb376b.zip |
tidy with new multicave wallets
Diffstat (limited to 'core/TESTS/test_caves.py')
-rw-r--r-- | core/TESTS/test_caves.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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. |