mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason)
This commit is contained in:
parent
f769dbb269
commit
df071bf2e4
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
describe("net.http.server", function ()
|
||||
package.loaded["net.server"] = {}
|
||||
local server = require "net.http.server";
|
||||
describe("events", function ()
|
||||
it("should work with util.helpers", function ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue