Skip to content

Commit

Permalink
only assign "secret" once
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Nov 17, 2017
1 parent a0e6ec6 commit bf7fd28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/spec/test_support.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ JWT_VERIFY_SECRET]=]
end
oidc = require "resty.openidc"
cjson = require "cjson"
secret = [=[
JWT_VERIFY_SECRET]=]
delay = function(delay_response)
if delay_response > 0 then
ngx.sleep(delay_response / 1000)
Expand Down

0 comments on commit bf7fd28

Please sign in to comment.