Skip to content

Commit c25c0ea

Browse files
authored
chore: update IP Type options in Test PG Auth (GoogleCloudPlatform#965)
1 parent 48e391d commit c25c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_postgres_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,8 @@ func TestPostgresAuthentication(t *testing.T) {
796796
var opts []cloudsqlconn.Option
797797
if ipType != "private" {
798798
creds = keyfile(t)
799-
opts = AddIPTypeOptions(opts)
800799
}
800+
opts = AddIPTypeOptions(opts)
801801
tok, path, cleanup := removeAuthEnvVar(t)
802802
defer cleanup()
803803

0 commit comments

Comments
 (0)