Skip to content

Commit 08ec6bb

Browse files
committed
Fix for linter
Signed-off-by: Josh Dolitsky <[email protected]>
1 parent bbb8a94 commit 08ec6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/01_pull_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var test01Pull = func() {
7676
reggie.WithReference(tag)).
7777
SetHeader("Content-Type", "application/vnd.oci.image.manifest.v1+json").
7878
SetBody(manifests[0].Content)
79-
client.Do(req)
79+
_, _ = client.Do(req)
8080
})
8181

8282
g.Specify("Get tag name from environment", func() {

0 commit comments

Comments
 (0)