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 b5ae3f3 commit 0adbc8bCopy full SHA for 0adbc8b
client/client_test.go
@@ -11,11 +11,11 @@ import (
11
)
12
13
const (
14
- validServerAddress = "https://index.docker.io/v1"
+ validServerAddress = "https://registry.example.com/v1"
15
validUsername = "linus"
16
validServerAddress2 = "https://example.com:5002"
17
invalidServerAddress = "https://foobar.example.com"
18
- missingCredsAddress = "https://missing.docker.io/v1"
+ missingCredsAddress = "https://missing.example.com/v1"
19
20
21
var errProgramExited = fmt.Errorf("exited 1")
0 commit comments