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 a21f827 commit 4b9bc2cCopy full SHA for 4b9bc2c
secretservice/secretservice_linux_test.go
@@ -11,7 +11,7 @@ func TestSecretServiceHelper(t *testing.T) {
11
t.Skip("test requires gnome-keyring but travis CI doesn't have it")
12
13
creds := &credentials.Credentials{
14
- ServerURL: "https://foobar.docker.io:2376/v1",
+ ServerURL: "https://foobar.example.com:2376/v1",
15
Username: "foobar",
16
Secret: "foobarbaz",
17
}
0 commit comments