Skip to content

Commit

Permalink
Fix JWT scew test
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Aug 9, 2018
1 parent b4469d4 commit 5638a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mw_jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ func TestJWTSessionExpiresAtValidationConfigs(t *testing.T) {
})

t.Run("Expired_token-Before_now-Add_skew--Valid_jwt", func(t *testing.T) {
spec.JWTExpiresAtValidationSkew = 1
spec.JWTExpiresAtValidationSkew = 2
loadAPI(spec)

ts.Run(t, test.TestCase{
Expand Down

0 comments on commit 5638a1b

Please sign in to comment.