Skip to content

Commit

Permalink
pin range variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Nilius committed Aug 11, 2021
1 parent 0b1e6a0 commit 13d994a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions events/apigw_test.go
Expand Up @@ -194,8 +194,10 @@ func TestAPIGatewayV2CustomAuthorizerSimpleResponseMarshalling(t *testing.T) {
}

for _, tt := range tests {
tt := tt
t.Run(tt.desc, func(t *testing.T) {
outputJSON, err := json.Marshal(tt.in)

if err != nil {
t.Errorf("could not marshal event. details: %v", err)
}
Expand Down

0 comments on commit 13d994a

Please sign in to comment.