Skip to content

Commit

Permalink
tests(helpers) use httpbin '/anything' instead of '/request'
Browse files Browse the repository at this point in the history
From #2716
  • Loading branch information
kikito authored and thibaultcha committed Jul 20, 2017
1 parent 982af59 commit 71a0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/01-helpers/00-helpers_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("helpers: assertions and modifiers", function()
it("succeeds with a httpbin response", function()
local r = assert(client:send {
method = "GET",
path = "/request",
path = "/anything",
headers = {
host = "httpbin.org"
}
Expand Down

0 comments on commit 71a0280

Please sign in to comment.