Skip to content

Commit

Permalink
Fix assertion in instance_interfaces_vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Jun 7, 2024
1 parent 1646c57 commit ec93b9c
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 ec93b9c

Please sign in to comment.