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:
@@ -12,6 +12,11 @@ func TestWinCredHelper(t *testing.T) {
|
||||
Username: "foobar",
|
||||
Secret: "foobarbaz",
|
||||
}
|
||||
creds1 := &credentials.Credentials{
|
||||
ServerURL: "https://foobar.docker.io:2376/v2",
|
||||
Username: "foobarbaz",
|
||||
Secret: "foobar",
|
||||
}
|
||||
|
||||
helper := Wincred{}
|
||||
if err := helper.Add(creds); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user