diff --git a/internal/api/grpc/org/v2beta/integration_test/org_test.go b/internal/api/grpc/org/v2beta/integration_test/org_test.go index d36c570b92..2f141ccbd3 100644 --- a/internal/api/grpc/org/v2beta/integration_test/org_test.go +++ b/internal/api/grpc/org/v2beta/integration_test/org_test.go @@ -208,7 +208,9 @@ func TestServer_CreateOrganization(t *testing.T) { Name: gofakeit.AppName(), Id: gu.Ptr("custom_id"), }, - want: &v2beta_org.CreateOrganizationResponse{}, + want: &v2beta_org.CreateOrganizationResponse{ + Id: "custom_id", + }, }, } for _, tt := range tests {