diff options
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index f45355558..e1bf43f5a 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1257,8 +1257,8 @@ class OperationTest(TestCase, OperationInitTest): self.assertIn(u"État d'éveil".encode('utf-8'), response.content) self.assertIn(u"réveillée".encode('utf-8'), response.content) self.assertIn(u"Grenouille".encode('utf-8'), response.content) - self.assertIn(u"32303".encode('utf-8'), response.content) - self.assertNotIn(u"53444".encode('utf-8'), response.content) + self.assertIn(u">32303<".encode('utf-8'), response.content) + self.assertNotIn(u">53444<".encode('utf-8'), response.content) self.assertNotIn(u"Zzzzzzzz".encode('utf-8'), response.content) operation.data = {} |