Skip to content

Commit

Permalink
Update private_link_create_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-aleksandrboldyrev committed Nov 4, 2024
1 parent b6e1b0c commit f2f128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/private_link_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestNewPrivateLinkCustomCreateE2E(t *testing.T) {
Service("SOURCE").
Region("GCP_US_EAST4").
CustomConfig(&map[string]interface{}{

Check failure on line 47 in tests/e2e/private_link_create_test.go

View workflow job for this annotation

GitHub Actions / build

testutils.Client.NewPrivateLinkCreate().Name("go_sdk_private_link_test").Service("SOURCE").Region("GCP_US_EAST4").CustomConfig undefined (type *privatelink.PrivateLinkCreateService has no field or method CustomConfig)
"connection_service_name": "test"
"connection_service_name": "test",
}).
DoCustom(context.Background())

Expand Down

0 comments on commit f2f128e

Please sign in to comment.