Skip to content

Commit 5fcc36a

Browse files
sajaganalhercot
authored andcommitted
[ignore] Removed version check for the error_on_name_resolution assertion task
1 parent 326d03e commit 5fcc36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/targets/mso_rest/tasks/error_handling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
that:
8383
- error_on_name_resolution.msg is search("Name or service not known")
8484
when:
85-
- version.current.version is version('3.7', '>=') and version.current.version is version('4.1', '<')
85+
- version.current.version is version('3.7', '>=')
8686

8787
- name: Error on invalid path
8888
cisco.mso.mso_rest:

0 commit comments

Comments
 (0)