Skip to content

Commit

Permalink
fix(reports): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed Apr 26, 2024
1 parent 8e3711b commit b7e772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/22-ai_plugins/01-reports_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for _, strategy in helpers.each_strategy() do
describe("anonymous reports for ai plugins #" .. strategy, function()
local reports_send_ping = function(port)
ngx.sleep(0.2) -- hand over the CPU so other threads can do work (processing the sent data)
local admin_client = helpers.admin_client()
admin_client = helpers.admin_client()
local res = admin_client:post("/reports/send-ping" .. (port and "?port=" .. port or ""))
assert.response(res).has_status(200)
admin_client:close()
Expand Down

0 comments on commit b7e772c

Please sign in to comment.