Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <[email protected]>
  • Loading branch information
Revolyssup committed Oct 22, 2023
1 parent 1b11154 commit 26b4030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/plugin/authz-keycloak4.t
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ success

if code >= 300 then
ngx.status = code
return
end

local json_decode = require("toolkit.json").decode
Expand Down Expand Up @@ -210,6 +211,7 @@ success

if code >= 300 then
ngx.status = code
return
end

local json_decode = require("toolkit.json").decode
Expand Down

0 comments on commit 26b4030

Please sign in to comment.