Skip to content

Commit

Permalink
Fix assertion in instance_interfaces_vpc (linode#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Jun 7, 2024
1 parent 1646c57 commit 1b615fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
assert:
that:
- subnet_info.subnet.linodes[0].id == update_instance.instance.id
- subnet_info.subnet.linodes[0].interfaces[1].id == update_instance.configs[0].interfaces[1].id
- subnet_info.subnet.linodes[0].interfaces[0].id == update_instance.configs[0].interfaces[1].id

- name: Unchanged instance interface
linode.cloud.instance:
Expand Down

0 comments on commit 1b615fb

Please sign in to comment.