1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

fixed issue with the windows test

Signed-off-by: avaid96 <avaid1996@gmail.com>
This commit is contained in:
avaid96
2016-07-16 12:07:50 -07:00
parent 5b764cc13a
commit b0c64357eb
+5
View File
@@ -12,6 +12,11 @@ func TestWinCredHelper(t *testing.T) {
Username: "foobar", Username: "foobar",
Secret: "foobarbaz", Secret: "foobarbaz",
} }
creds1 := &credentials.Credentials{
ServerURL: "https://foobar.docker.io:2376/v2",
Username: "foobarbaz",
Secret: "foobar",
}
helper := Wincred{} helper := Wincred{}
if err := helper.Add(creds); err != nil { if err := helper.Add(creds); err != nil {