Skip to content

Commit

Permalink
remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Jun 25, 2024
1 parent 9f86e3e commit ebf8bed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/integration/targets/instance_basic/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
- create.instance.ipv4|length > 1
- create.networking.ipv4.public[0].address != None

- name: Get info about the firewall
linode.cloud.firewall_info:
id: '{{ firewall_id }}'
register: firewall_info

- name: Assert instance is assigned to the firewall
assert:
that:
- firewall_info.devices[0].entity.id == create.instance.id

- name: Create a Linode instance with additional ips and without a root password
linode.cloud.instance:
label: 'ansible-test-additional-ips-nopass-{{ r }}'
Expand Down

0 comments on commit ebf8bed

Please sign in to comment.