Skip to content

Commit

Permalink
remove last test in regression-latest
Browse files Browse the repository at this point in the history
Integration test fails in Nautobot 1.2
  • Loading branch information
timizuoebideri1 committed May 4, 2022
1 parent 2ae64ad commit 676decb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/integration/targets/regression-latest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +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\"}"'

- name: "Valid API version"
networktocode.nautobot.tag:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
api_version: 1.3
name: "Test Tag 5"
slug: "test-tag-five"
register: "test_valid_api_version"
- 'test_invalid_api_version["msg"] == "{\"detail\":\"Invalid version in \\\"Accept\\\" header. Supported versions are 1.2, 1.3\"}"'

0 comments on commit 676decb

Please sign in to comment.