diff --git a/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go b/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go index 84e6c72dfb..28e93d5c55 100644 --- a/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go +++ b/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go @@ -247,7 +247,7 @@ func (t Tool) Invoke(ctx context.Context, resourceMgr tools.SourceProvider, para for retries < maxRetries { select { case <-ctx.Done(): - return nil, util.NewAgentError("timed out waiting for operation %s", ctx.Err()) + return nil, util.NewAgentError("timed out waiting for operation", ctx.Err()) default: } diff --git a/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go b/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go index 1a710550fc..900649f4a8 100644 --- a/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go +++ b/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go @@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, func (t Tool) GetParameters() parameters.Parameters { return t.Parameters -} \ No newline at end of file +} diff --git a/internal/tools/dgraph/dgraph.go b/internal/tools/dgraph/dgraph.go index 40998e9655..fb4d76f1e1 100644 --- a/internal/tools/dgraph/dgraph.go +++ b/internal/tools/dgraph/dgraph.go @@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, func (t Tool) GetParameters() parameters.Parameters { return t.Parameters -} \ No newline at end of file +}