This commit is contained in:
duwenxin99
2026-02-04 15:35:19 -05:00
committed by duwenxin
parent e2adb1e58e
commit c1567654e7

View File

@@ -206,10 +206,10 @@ func TestCloudSQLWaitToolEndpoints(t *testing.T) {
wantSubstring: true,
},
{
name: "failed operation",
toolName: "wait-for-op2",
body: `{"project": "p1", "operation": "op2"}`,
expectError: true,
name: "failed operation - agent error",
toolName: "wait-for-op2",
body: `{"project": "p1", "operation": "op2"}`,
wantSubstring: true,
},
{
name: "non-database create operation",