Skip to content

Commit

Permalink
fix test error 1
Browse files Browse the repository at this point in the history
  • Loading branch information
timizuoebideri1 committed May 4, 2022
1 parent 676decb commit 253b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/regression-latest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@
- name: Assert that api_version fails
assert:
that:
- 'test_invalid_api_version["msg"] == "{\"detail\":\"Invalid version in \\\"Accept\\\" header. Supported versions are 1.2, 1.3\"}"'
- '"Invalid version in \\\"Accept\\\" header." in test_invalid_api_version["msg"]'

0 comments on commit 253b430

Please sign in to comment.