Skip to content

Commit 7e5e234

Browse files
committed
chore(cookie-affinity): Fix typos in tests
1 parent c1d3a92 commit 7e5e234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rootfs/etc/nginx/lua/test/balancer/sticky_test.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,13 +542,13 @@ describe("Sticky", function()
542542
assert.spy(s).was_called()
543543
end
544544

545-
it("returns a secure cookie with Partitioned when user specifies partitioned=true", function()
545+
it("returns a cookie with Partitioned when user specifies partitioned=true", function()
546546
test_set_cookie_with(sticky_balanced, "/", true, true)
547547
end)
548-
it("returns a secure cookie with without Partitioned when user specifies partitioned=false", function()
548+
it("returns a cookie without Partitioned when user specifies partitioned=false", function()
549549
test_set_cookie_with(sticky_balanced, "/", false, false)
550550
end)
551-
it("returns a secure cookie with without Partitioned when user does not specify partitioned", function()
551+
it("returns a cookie without Partitioned when user does not specify partitioned", function()
552552
test_set_cookie_with(sticky_balanced, "/", nil, false)
553553
end)
554554
end)

0 commit comments

Comments
 (0)