Skip to content

Commit cfa3aaf

Browse files
committed
include ip_reservations when creating gateways in tests
1 parent c76ff95 commit cfa3aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/gateways/create_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func TestGateways_Create(t *testing.T) {
7676
apiClient := helper.TestClient()
7777
gateways, _, err := apiClient.MetalGatewaysApi.
7878
FindMetalGatewaysByProject(context.Background(), projectId).
79+
Include([]string{"ip_reservation"}).
7980
Execute()
8081
if err != nil {
8182
t.Error(err)

0 commit comments

Comments
 (0)