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