mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
Change assertion to variable (#52550)
This commit is contained in:
parent
0e467be0f1
commit
df3b973cec
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- 'net_query_one.data.name == "IntTestNetworkSwitch"'
|
- 'net_query_one.data.name == "IntTestNetworkSwitch"'
|
||||||
- 'query_config_template.data.name == "DevConfigTemplate"'
|
- 'query_config_template.data.name == "{{ test_template_name }}"'
|
||||||
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue