From c1567654e7ebbcacdcc1abe8aedfab6fff87a256 Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 15:35:19 -0500 Subject: [PATCH] fix test --- tests/cloudsql/cloudsql_wait_for_operation_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/cloudsql/cloudsql_wait_for_operation_test.go b/tests/cloudsql/cloudsql_wait_for_operation_test.go index 33c48077f2..e8225f8380 100644 --- a/tests/cloudsql/cloudsql_wait_for_operation_test.go +++ b/tests/cloudsql/cloudsql_wait_for_operation_test.go @@ -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",