Skip to content

Commit

Permalink
fix setup keys test by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Jan 2, 2025
1 parent 00c6d30 commit 7f72524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ func Test_SetupKeys_GetAll(t *testing.T) {
return tc.expectedResponse[i].UsageLimit < tc.expectedResponse[j].UsageLimit
})

for i, _ := range tc.expectedResponse {
for i := range tc.expectedResponse {
validateCreatedKey(t, tc.expectedResponse[i], &got[i])

key, err := am.GetSetupKey(context.Background(), testing_tools.TestAccountId, testing_tools.TestUserId, got[i].Id)
Expand Down

0 comments on commit 7f72524

Please sign in to comment.