Skip to content

Commit e6e3a3d

Browse files
committed
Fix test
"example.com" no longer has multiple lines, so switch to "docker.com"
1 parent 2482a20 commit e6e3a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest/fetch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestFetchErrors(t *testing.T) {
5656
}
5757
t.Logf("correct, expected error: %s", err)
5858

59-
repoName, tagName, _, err = manifest.Fetch("/dev/null", "https://example.com:1.2.3")
59+
repoName, tagName, _, err = manifest.Fetch("/dev/null", "https://docker.com:1.2.3")
6060
if err == nil {
6161
t.Fatalf("expected parse error, got repoName=%q, tagName=%q instead", repoName, tagName)
6262
}

0 commit comments

Comments
 (0)