Skip to content

Commit

Permalink
B #397: remove ExpectNonEmptyPlan option
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh authored and frousselet committed Jan 25, 2023
1 parent 8d848af commit 30a508d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opennebula/resource_opennebula_virtual_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ func TestAccVirtualNetwork(t *testing.T) {
),
},
{
Config: testAccVirtualNetworkReservationConfig,
ExpectNonEmptyPlan: true,
Config: testAccVirtualNetworkReservationConfig,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("opennebula_virtual_network.reservation", "name", "terravnetres"),
resource.TestCheckResourceAttr("opennebula_virtual_network.reservation", "reservation_size", "5"),
Expand Down

0 comments on commit 30a508d

Please sign in to comment.