Skip to content

Commit

Permalink
include ip_reservations when creating gateways in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Dec 14, 2023
1 parent 9a017d8 commit 307d3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/gateways/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func TestGateways_Create(t *testing.T) {
apiClient := helper.TestClient()
gateways, _, err := apiClient.MetalGatewaysApi.
FindMetalGatewaysByProject(context.Background(), projectId).
Include([]string{"ip_reservation"}).
Execute()
if err != nil {
t.Error(err)
Expand Down

0 comments on commit 307d3bc

Please sign in to comment.