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 2482a20 commit e6e3a3dCopy full SHA for e6e3a3d
manifest/fetch_test.go
@@ -56,7 +56,7 @@ func TestFetchErrors(t *testing.T) {
56
}
57
t.Logf("correct, expected error: %s", err)
58
59
- repoName, tagName, _, err = manifest.Fetch("/dev/null", "https://example.com:1.2.3")
+ repoName, tagName, _, err = manifest.Fetch("/dev/null", "https://docker.com:1.2.3")
60
if err == nil {
61
t.Fatalf("expected parse error, got repoName=%q, tagName=%q instead", repoName, tagName)
62
0 commit comments