We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2264729 + b50bcce commit c0ab4d3Copy full SHA for c0ab4d3
test/integration/pullthrough/pullthrough_test.go
@@ -100,7 +100,6 @@ func TestPullThroughInsecure(t *testing.T) {
100
reponame := "testrepo"
101
repotag := "testtag"
102
isname := "test/" + reponame
103
- countStat := 0
104
105
descriptors := map[string]int64{
106
"sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4": 3000,
@@ -140,7 +139,6 @@ func TestPullThroughInsecure(t *testing.T) {
140
139
w.Header().Set("Content-Length", fmt.Sprintf("%d", size))
141
w.Header().Set("Docker-Content-Digest", dgst)
142
w.WriteHeader(http.StatusOK)
143
- countStat++
144
return
145
}
146
w.Write(gzippedEmptyTar)
0 commit comments