Skip to content

Commit

Permalink
fix: revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeProgrammer committed Mar 24, 2022
1 parent c0c7649 commit b75286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/plugin/authz-casdoor.t
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ done
}
}]]
)
if not code == 200 then
if code ~= 200 then
ngx.say("failed to set up routing rule")
end
ngx.say("done")
Expand Down

0 comments on commit b75286d

Please sign in to comment.