fix(cookie-affinity): Fix lua test

This commit is contained in:
avif 2024-04-10 15:10:23 +03:00
parent 04942ab696
commit 33b96d1e73

View file

@ -549,7 +549,7 @@ describe("Sticky", function()
test_set_cookie_with(sticky_balanced, "/", false, false)
end)
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)