Skip to content

Commit b0c6435

Browse files
committed
fixed issue with the windows test
Signed-off-by: avaid96 <[email protected]>
1 parent 5b764cc commit b0c6435

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wincred/wincred_windows_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ func TestWinCredHelper(t *testing.T) {
1212
Username: "foobar",
1313
Secret: "foobarbaz",
1414
}
15+
creds1 := &credentials.Credentials{
16+
ServerURL: "https://foobar.docker.io:2376/v2",
17+
Username: "foobarbaz",
18+
Secret: "foobar",
19+
}
1520

1621
helper := Wincred{}
1722
if err := helper.Add(creds); err != nil {

0 commit comments

Comments
 (0)