test_redirect failure
Author: niederCreated Jul 26, 2023Updated Jul 26, 2023
Building on macOS (though I don't think this should matter) vs py37-py310, I get the following failure when running nosetests:
FAIL: test_redirect (tests.test_api.APITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/sw/build.build/flask-restful-py37-0.3.10-1/flask-restful-0.3.10/tests/test_api.py", line 973, in test_redirect
self.assertEqual(resp.headers['Location'], 'http://localhost/')
AssertionError: '/' != 'http://localhost/'
- /
+ http://localhost/Source: flask-restful/flask-restful