Skip to content

Commit 2df372f

Browse files
committed
chore: some minor updates
1 parent c5373b2 commit 2df372f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

service/subscriptions/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (a *API) UpdateCMKs(ctx context.Context, id int, subscriptionCMKs UpdateSub
101101
return wrap404Error(id, err)
102102
}
103103

104-
a.logger.Printf("Waiting for task %s to finish updating the subscription", task)
104+
a.logger.Printf("Waiting for task %s to finish updating subscription %d", task, id)
105105

106106
err = a.taskWaiter.Wait(ctx, *task.ID)
107107
if err != nil {

subscription_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ func TestSubscription_Update_CMKs(t *testing.T) {
650650
},
651651
})
652652

653+
require.NoError(t, err)
653654
}
654655

655656
func TestSubscription_Delete(t *testing.T) {

0 commit comments

Comments
 (0)