1
0
Fork 0

Update libkv dependency

This commit is contained in:
NicoMen 2017-11-17 17:22:03 +01:00 committed by Traefiker
parent cdab6b1796
commit 66e489addb
237 changed files with 62817 additions and 16116 deletions

View file

@ -383,7 +383,7 @@ func TestKVHasStickinessLabel(t *testing.T) {
desc: "with cookie name without stickiness=true",
KVPairs: []*store.KVPair{
{
Key: "loadbalancer/stickiness/cookiename",
Key: "/loadbalancer/stickiness/cookiename",
Value: []byte("foo"),
},
},
@ -393,7 +393,7 @@ func TestKVHasStickinessLabel(t *testing.T) {
desc: "stickiness=true",
KVPairs: []*store.KVPair{
{
Key: "loadbalancer/stickiness",
Key: "/loadbalancer/stickiness",
Value: []byte("true"),
},
},