client: fix go vet error at tip

This commit is contained in:
Gyu-Ho Lee 2016-03-01 15:37:05 -08:00
parent 23a8339dd7
commit 4ffe823c67

View File

@ -851,7 +851,7 @@ func TestHTTPClusterClientSyncPinEndpoint(t *testing.T) {
}
if g := hc.endpoints[hc.pinned]; g != pinnedEndpoint {
t.Errorf("#%d: pinned endpoint = %s, want %s", i, g, pinnedEndpoint)
t.Errorf("#%d: pinned endpoint = %v, want %v", i, g, pinnedEndpoint)
}
}
}