Skip to content

Commit a0fac99

Browse files
committed
rebase
1 parent a52be69 commit a0fac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cloudsqlmssql/cloud_sql_mssql_mcp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func TestCloudSQLMSSQLMCPIpConnection(t *testing.T) {
254254
for _, tc := range tcs {
255255
t.Run(tc.name, func(t *testing.T) {
256256
sourceConfig["ipType"] = tc.ipType
257-
err := tests.RunSourceConnectionTest(t, sourceConfig, CloudSQLMSSQLToolType, tests.WithMCP())
257+
err := tests.RunSourceConnectionTest(t, sourceConfig, CloudSQLMSSQLToolType)
258258
if err != nil {
259259
t.Fatalf("Connection test failure: %s", err)
260260
}

0 commit comments

Comments
 (0)