Skip to content

Commit d378c84

Browse files
authored
tests(vpcgw): update legacy gws to ipam (scaleway#4369)
1 parent bd71f0e commit d378c84

File tree

6 files changed

+522
-646
lines changed

6 files changed

+522
-646
lines changed

internal/namespaces/vpcgw/v1/custom_gateway_network_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ func Test_vpcGwGatewayNetworkGet(t *testing.T) {
1818
BeforeFunc: core.BeforeFuncCombine(
1919
testhelpers.CreatePN(),
2020
testhelpers.CreateGateway("GW"),
21-
testhelpers.CreateDHCP(),
22-
testhelpers.CreateGatewayNetworkDHCP("GW"),
21+
testhelpers.CreateGatewayNetwork("GW"),
2322
),
2423
Cmd: "scw vpc-gw gateway-network get {{ .GWNT.ID }}",
2524
Check: core.TestCheckGolden(),
2625
AfterFunc: core.AfterFuncCombine(
2726
testhelpers.DeleteGatewayNetwork(),
2827
testhelpers.DeletePN(),
29-
testhelpers.DeleteDHCP(),
3028
testhelpers.DeleteGateway("GW"),
3129
testhelpers.DeleteIPVpcGw("GW"),
3230
),

0 commit comments

Comments
 (0)