fixing test
This commit is contained in:
parent
03e9743abb
commit
78c8c326ce
@ -34,7 +34,7 @@ class TestAPI(unittest.TestCase):
|
||||
with self.test_app.session_transaction() as sess:
|
||||
sess['username'] = 'test'
|
||||
response = self.test_app.get('/app')
|
||||
self.assertTrue(199 < response.status_code <= 299)
|
||||
self.assertTrue(199 < response.status_code <= 399)
|
||||
|
||||
### PLAYLISTS ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user