File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
func TestPassHelper (t * testing.T ) {
13
13
creds := & credentials.Credentials {
14
- ServerURL : "https://foobar.docker.io :2376/v1" ,
14
+ ServerURL : "https://foobar.example.com :2376/v1" ,
15
15
Username : "nothing" ,
16
16
Secret : "isthebestmeshuggahalbum" ,
17
17
}
@@ -54,12 +54,12 @@ func TestPassHelperCheckInit(t *testing.T) {
54
54
func TestPassHelperList (t * testing.T ) {
55
55
creds := []* credentials.Credentials {
56
56
{
57
- ServerURL : "https://foobar.docker.io :2376/v1" ,
57
+ ServerURL : "https://foobar.example.com :2376/v1" ,
58
58
Username : "foo" ,
59
59
Secret : "isthebestmeshuggahalbum" ,
60
60
},
61
61
{
62
- ServerURL : "https://foobar.docker.io :2375/v1" ,
62
+ ServerURL : "https://foobar.example.com :2375/v1" ,
63
63
Username : "bar" ,
64
64
Secret : "isthebestmeshuggahalbum" ,
65
65
},
You can’t perform that action at this time.
0 commit comments