From f2106a37a309ea92c94fb9f235c8351fb98573bb Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 7 Jun 2018 19:57:56 +0200 Subject: [PATCH] counter: fix tests --- counter/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter/tests.py b/counter/tests.py index d500c425..15fcc45b 100644 --- a/counter/tests.py +++ b/counter/tests.py @@ -60,7 +60,7 @@ class CounterTest(TestCase): location = response.get('location') response = self.client.get(response.get('location')) - self.assertTrue('

Richard Batsbak

' in str(response.content)) + self.assertTrue('>Richard Batsbak