Open kadler opened 4 years ago
====================================================================== FAIL: test_get (test.test_httpservers.SimpleHTTPServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_httpservers.py", line 452, in test_get self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_httpservers.py", line 376, in check_status_and_reason self.assertEqual(response.status, status) AssertionError: 200 != <HTTPStatus.NOT_FOUND: 404>