diff options
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. |