1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-14 08:21:28 +05:30

Fix type conversion for labels added to search queries on macOS

Signed-off-by: Nassim 'Nass' Eddequiouaq <eddequiouaq.nassim@gmail.com>
This commit is contained in:
Nassim 'Nass' Eddequiouaq
2017-03-08 18:54:09 +01:00
parent c6cf8aa13b
commit c5fbd3a5ad
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ import (
func TestOSXKeychainHelper(t *testing.T) {
creds := &credentials.Credentials{
Label: credentials.CredsLabel,
Label: credentials.CredsLabel,
ServerURL: "https://foobar.docker.io:2376/v1",
Username: "foobar",
Secret: "foobarbaz",
}
creds1 := &credentials.Credentials{
Label: credentials.CredsLabel,
Label: credentials.CredsLabel,
ServerURL: "https://foobar.docker.io:2376/v2",
Username: "foobarbaz",
Secret: "foobar",