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 bbb8a94 commit 08ec6bbCopy full SHA for 08ec6bb
conformance/01_pull_test.go
@@ -76,7 +76,7 @@ var test01Pull = func() {
76
reggie.WithReference(tag)).
77
SetHeader("Content-Type", "application/vnd.oci.image.manifest.v1+json").
78
SetBody(manifests[0].Content)
79
- client.Do(req)
+ _, _ = client.Do(req)
80
})
81
82
g.Specify("Get tag name from environment", func() {
0 commit comments