Skip to content

Commit 8fc046a

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 2e427f5 commit 8fc046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secretservice/secretservice_test.go

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

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

0 commit comments

Comments
 (0)