Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 15, 2025
1 parent 43abe0e commit 7360874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function RpcErrorTestHandler:init_worker()
assert(s:push_request(msg))

-- send an invalid msg
local msg = ({"invalid_request"})
local msg = setmetatable({"invalid_request"}, cjson.array_mt)
assert(s:push_request(msg))

ngx.log(ngx.DEBUG, "test #2 ok")
Expand Down

0 comments on commit 7360874

Please sign in to comment.