test.py update

This commit is contained in:
Auriane Lartigue 2022-01-11 14:04:13 +01:00
parent 23779029ba
commit 2648634b7b

View file

@ -16,7 +16,7 @@ class UnitTest(unittest.TestCase):
def test_end(self):
rv = self.app.get('/end/TEST')
self.assertEqual(rv.status, '200 OK')
self.assertEqual(rv.status, '200 OK')
def test_lost(self):
rv = self.app.get('/lost/TEST')