File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rootfs/etc/nginx/lua/test/balancer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -542,13 +542,13 @@ describe("Sticky", function()
542
542
assert .spy (s ).was_called ()
543
543
end
544
544
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 ()
546
546
test_set_cookie_with (sticky_balanced , " /" , true , true )
547
547
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 ()
549
549
test_set_cookie_with (sticky_balanced , " /" , false , false )
550
550
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 ()
552
552
test_set_cookie_with (sticky_balanced , " /" , nil , false )
553
553
end )
554
554
end )
You can’t perform that action at this time.
0 commit comments