mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
counter: fix tests
This commit is contained in:
parent
eae7825260
commit
f2106a37a3
@ -60,7 +60,7 @@ class CounterTest(TestCase):
|
||||
location = response.get('location')
|
||||
|
||||
response = self.client.get(response.get('location'))
|
||||
self.assertTrue('<p>Richard Batsbak</p>' in str(response.content))
|
||||
self.assertTrue('>Richard Batsbak</' in str(response.content))
|
||||
|
||||
response = self.client.post(location, {
|
||||
'action': 'refill',
|
||||
|
Loading…
Reference in New Issue
Block a user