We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f45e34 commit bc130b2Copy full SHA for bc130b2
pass/pass_test.go
@@ -11,7 +11,7 @@ func TestPassHelper(t *testing.T) {
11
helper := Pass{}
12
13
creds := &credentials.Credentials{
14
- ServerURL: "https://foobar.docker.io:2376/v1",
+ ServerURL: "https://foobar.example.com:2376/v1",
15
Username: "nothing",
16
Secret: "isthebestmeshuggahalbum",
17
}
@@ -20,7 +20,7 @@ func TestPassHelper(t *testing.T) {
20
21
helper.Add(creds)
22
23
- creds.ServerURL = "https://foobar.docker.io:9999/v2"
+ creds.ServerURL = "https://foobar.example.com:9999/v2"
24
25
26
credsList, err := helper.List()
0 commit comments