fix(cookie-affinity): Fix lua test
This commit is contained in:
parent
04942ab696
commit
33b96d1e73
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ describe("Sticky", function()
|
||||||
test_set_cookie_with(sticky_balanced, "/", false, false)
|
test_set_cookie_with(sticky_balanced, "/", false, false)
|
||||||
end)
|
end)
|
||||||
it("returns a cookie without Partitioned when user does not specify partitioned", function()
|
it("returns a cookie without Partitioned when user does not specify partitioned", function()
|
||||||
test_set_cookie_with(sticky_balanced, "/", nil, false)
|
test_set_cookie_with(sticky_balanced, "/", nil, nil)
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue