Skip to content

Commit 634e1ea

Browse files
akinrosslhercot
authored andcommitted
[ignore] fix test to avoid conditional is marked as unsafe
1 parent 9fa17c6 commit 634e1ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • tests/integration/targets/aci_config_snapshot/tasks

tests/integration/targets/aci_config_snapshot/tasks/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,14 @@
104104
- query_export.current.0.configSnapshotCont.children | length > 1
105105
- query_export_snapshot is not failed
106106
- query_export_snapshot is not changed
107-
- '"snapshots-[uni/fabric/configexp-anstest]/snapshot-{{ test_snapshot }}.json" in query_export_snapshot.url'
107+
- '"snapshots-[uni/fabric/configexp-anstest]/snapshot-" in query_export_snapshot.url'
108+
- 'test_snapshot in query_export_snapshot.url'
108109
- query_export_snapshot.current | length == 1
109110
- query_snapshot is not failed
110111
- query_snapshot is not changed
111112
- '"class/configSnapshot.json" in query_snapshot.url'
112-
- '"configSnapshot.name,\"{{ test_snapshot }}\"" in query_snapshot.filter_string'
113+
- '"configSnapshot.name" in query_snapshot.filter_string'
114+
- 'test_snapshot in query_snapshot.filter_string'
113115
- query_all is not failed
114116
- query_all is not changed
115117
- '"class/configSnapshot.json" in query_all.url'

0 commit comments

Comments
 (0)