Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Jan 15, 2025
1 parent 93da6c6 commit 5c732c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/plugin/basic-auth-anonymous-consumer.t
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ passed
location /t {
content_by_lua_block {
local t = require("lib.test_admin").test
for i = 1, 5, 1 do
local code, body = t('/hello',
ngx.HTTP_GET,
Expand Down
2 changes: 1 addition & 1 deletion t/plugin/jwt-auth-anonymous-consumer.t
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ passed
location /t {
content_by_lua_block {
local t = require("lib.test_admin").test
for i = 1, 5, 1 do
local code, body = t('/hello',
ngx.HTTP_GET,
Expand Down
2 changes: 1 addition & 1 deletion t/plugin/key-auth-anonymous-consumer.t
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ passed
location /t {
content_by_lua_block {
local t = require("lib.test_admin").test
for i = 1, 5, 1 do
local code, body = t('/hello',
ngx.HTTP_GET,
Expand Down

0 comments on commit 5c732c3

Please sign in to comment.