Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
test_server_operation_post_not_json
unit test
That test was failing on GitHub Actions when using Python 3.7 + Flask 2.2.5. For some reason Flask returns `HTTP 400 Bad Request` instead of `415 Unsupported Media Types` on such environment. This commit works around that issue by changing the expected value if such a combination is found. References: BAR-133. Signed-off-by: Israel Barth Rubio <[email protected]>
- Loading branch information