Skip to content

Commit ffdbf92

Browse files
committed
foo
1 parent abfcdef commit ffdbf92

File tree

2 files changed

+2
-7
lines changed
  • tests/integration/targets

2 files changed

+2
-7
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@
191191
- name: "Ensure URL-encoded cluster name"
192192
assert:
193193
that:
194-
- all_cluster_result.clusters['Cluster/\%'] is defined
194+
- all_cluster_result.clusters['Cluster/\%'] is truthy

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@
6363
- name: Make sure if the dvportgroup name with special characters exists
6464
assert:
6565
that:
66-
- >-
67-
dvs_results.dvs_portgroup_info.{{ dvswitch1 }}
68-
| map(attribute='portgroup_name')
69-
| select('==', 'dvportgroup\/%')
70-
| list
71-
| length == 1
66+
- dvs_results.dvs_portgroup_info.{{ dvswitch1 }} | map(attribute='portgroup_name') | select('==', 'dvportgroup\/%') | list | length == 1
7267

7368
- name: Delete dvPortGroup with special characters
7469
vmware_dvs_portgroup:

0 commit comments

Comments
 (0)