diff --git a/tests/test_api.py b/tests/test_api.py index 1d8761e..5c73211 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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 ###