Skip to content

Commit 3f5a65c

Browse files
committed
Update 02-integration_spec.lua
1 parent c0c3be1 commit 3f5a65c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/02-integration_spec.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ for _, strategy in helpers.all_strategies() do
211211
it("should override host when configured", function()
212212
local res = proxy_client:get("/testoverride", {
213213
headers = {
214-
["Host"] = "test2.com"
214+
["Host"] = "test2.com",
215+
authorization = "header.body.sig",
215216
}
216217
})
217218
local body = assert.res_status(200, res)

0 commit comments

Comments
 (0)