We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef48f2 commit 92aa2daCopy full SHA for 92aa2da
http/test/test_server.lua
@@ -31,4 +31,6 @@ function Test_do_handle_function(t)
31
local resp, err = client:do_request(req)
32
assert(not err, tostring(err))
33
assert(resp.code == 200, tostring(resp.code))
34
+
35
+ server_plugin:stop()
36
end
0 commit comments