Skip to content

Commit 92aa2da

Browse files
committed
Stop the plugin in the other test as well.
1 parent fef48f2 commit 92aa2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

http/test/test_server.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ function Test_do_handle_function(t)
3131
local resp, err = client:do_request(req)
3232
assert(not err, tostring(err))
3333
assert(resp.code == 200, tostring(resp.code))
34+
35+
server_plugin:stop()
3436
end

0 commit comments

Comments
 (0)