Skip to content

Commit 9ecd5c2

Browse files
committed
chore: add env vars check
1 parent 8f1ebb3 commit 9ecd5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cloudsqlpg/cloud_sql_pg_mcp_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func initCloudSQLPgConnectionPool(ctx context.Context, project, region, instance
104104
}
105105

106106
func TestCloudSQLPgListTools(t *testing.T) {
107+
getCloudSQLPgVars(t)
107108
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
108109
defer cancel()
109110

0 commit comments

Comments
 (0)