Skip to content

Commit

Permalink
tests: Fix peer type for integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Feb 10, 2025
1 parent 68efa64 commit f172e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/network/resource_network_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ resource "incus_network_peer" "test" {
name = "ovn-lan1"
network = incus_network.ovn.name
target_integration = incus_network_integration.test.name
type = "ovn"
type = "remote"
}
`
return fmt.Sprintf("%s\n%s\n%s", ovnNetworkResource(), testAccNetworkIntegration_basic(), networkIntegrationRes)
Expand Down

0 comments on commit f172e20

Please sign in to comment.