Skip to content

Commit

Permalink
clean helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 6, 2024
1 parent 0538659 commit 6f93bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 802 deletions.
3 changes: 2 additions & 1 deletion spec/details/asserts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local colors = require("ansicolors")
local luassert = require("luassert.assert")


local conf = require("spec.details.conf")
local conf = require("spec.details.shell").conf
local misc = require("spec.details.misc")


Expand Down Expand Up @@ -183,6 +183,7 @@ local function copy_errlog(errlog_path)
end
end


--- Assertion to check the status-code of a http response.
-- @function status
-- @param expected the expected status code
Expand Down
Loading

0 comments on commit 6f93bf1

Please sign in to comment.