The regression test TestCoreIssue363.test_post_request is failing. It is posting to a url with invalid query params and giving the following error:
E AssertionError: 401 != 200 : POST request failed with status code
The test should be fixed.
It appears that none of the tests in the test_issues folder are running. The config should be updated so that these tests run and don't fail locally on windows and remotely in the github actions.
The regression test
TestCoreIssue363.test_post_requestis failing. It is posting to a url with invalid query params and giving the following error:The test should be fixed.
It appears that none of the tests in the test_issues folder are running. The config should be updated so that these tests run and don't fail locally on windows and remotely in the github actions.