diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-04-10 20:24:27 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-04-10 20:24:29 +0100 |
commit | 65f0c1e29f5ce9d0ffba63facd5e5bcdfa265f7c (patch) | |
tree | 12ec14ec34c00ae8bbb5f7fa87049b5355f071c4 /core/TESTS/test_caves.py | |
parent | 2743be281e06c2667523be8305c966c1d4ebb587 (diff) | |
download | troggle-65f0c1e29f5ce9d0ffba63facd5e5bcdfa265f7c.tar.gz troggle-65f0c1e29f5ce9d0ffba63facd5e5bcdfa265f7c.tar.bz2 troggle-65f0c1e29f5ce9d0ffba63facd5e5bcdfa265f7c.zip |
preventing _edit_edit_edit* loops by bots
Diffstat (limited to 'core/TESTS/test_caves.py')
-rw-r--r-- | core/TESTS/test_caves.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/TESTS/test_caves.py b/core/TESTS/test_caves.py index e80d5b4..437648a 100644 --- a/core/TESTS/test_caves.py +++ b/core/TESTS/test_caves.py @@ -79,6 +79,8 @@ class FixturePageTests(TestCase): """ # The fixtures have a password hash which is compatible with plain-text password 'secretword' + # The hash CHANGES whenever Django upgrades the encryption key length. Better to create the test uses + # algorithmically and not via a fixture. fixtures = ["auth_users", "expo_caves", "expo_exped"] ph = r"and leads in 800m of tortuous going to" |