Skip to content

Commit 9f8b227

Browse files
committed
Apply fix to all versions
1 parent 2577217 commit 9f8b227

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

tests/integration/targets/v4.0/tasks/netbox_permission.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,4 @@
211211
ansible.builtin.assert:
212212
that:
213213
- not test_nine['changed']
214-
# actions seem to be ordered randomly so we cannot test them here
215-
- test_nine['permission']['object_types'][0] == 'vpn.tunneltermination'
216-
- test_nine['permission']['object_types'][1] == 'wireless.wirelesslan'
214+
# actions and object_types seem to be ordered randomly so we cannot test them here

tests/integration/targets/v4.1/tasks/netbox_permission.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,4 @@
211211
ansible.builtin.assert:
212212
that:
213213
- not test_nine['changed']
214-
# actions seem to be ordered randomly so we cannot test them here
215-
- test_nine['permission']['object_types'][0] == 'vpn.tunneltermination'
216-
- test_nine['permission']['object_types'][1] == 'wireless.wirelesslan'
214+
# actions and object_types seem to be ordered randomly so we cannot test them here

tests/integration/targets/v4.2/tasks/netbox_permission.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,4 @@
211211
ansible.builtin.assert:
212212
that:
213213
- not test_nine['changed']
214-
# actions seem to be ordered randomly so we cannot test them here
215-
- test_nine['permission']['object_types'][0] == 'vpn.tunneltermination'
216-
- test_nine['permission']['object_types'][1] == 'wireless.wirelesslan'
214+
# actions and object_types seem to be ordered randomly so we cannot test them here

0 commit comments

Comments
 (0)