test.py update
This commit is contained in:
parent
23779029ba
commit
2648634b7b
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue