From 7155124044708e39fa1919213f4dabf3a8f1ece6 Mon Sep 17 00:00:00 2001 From: Bernd Warmuth <72415058+warber@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:31:57 +0200 Subject: [PATCH] chore: fix error message in automation client (#39) --- api/clients/automation/automation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/clients/automation/automation.go b/api/clients/automation/automation.go index 1c93ca8..5d60132 100644 --- a/api/clients/automation/automation.go +++ b/api/clients/automation/automation.go @@ -191,7 +191,7 @@ func (a Client) List(ctx context.Context, resourceType ResourceType) (ListRespon }) if err != nil { - return ListResponse{}, fmt.Errorf("failed to list buckets:%w", err) + return ListResponse{}, fmt.Errorf("failed to list automation resources: %w", err) } // if Workflow API rejected the initial request with admin permissions -> continue without