Skip to content

Commit 4b9bc2c

Browse files
committed
secretservice: use designated domains in tests (RFC2606)
Update domains used in tests to used domains that are designated for this purpose as described in [RFC2606, section 3][1] [1]: https://www.rfc-editor.org/rfc/rfc2606.html#section-3 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a21f827 commit 4b9bc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secretservice/secretservice_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func TestSecretServiceHelper(t *testing.T) {
1111
t.Skip("test requires gnome-keyring but travis CI doesn't have it")
1212

1313
creds := &credentials.Credentials{
14-
ServerURL: "https://foobar.docker.io:2376/v1",
14+
ServerURL: "https://foobar.example.com:2376/v1",
1515
Username: "foobar",
1616
Secret: "foobarbaz",
1717
}

0 commit comments

Comments
 (0)