File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func TestQuayRegistry(t *testing.T) {
7171 Credential : & sourcespb.Docker_Unauthenticated {
7272 Unauthenticated : & credentialspb.Unauthenticated {},
7373 },
74- Images : []string {"quay.io/prometheus/busybox " }, // https://quay.io/repository/prometheus/busybox
74+ Images : []string {"quay.io/prometheus/node-exporter@sha256:337ff1d356b68d39cef853e8c6345de11ce7556bb34cda8bd205bcf2ed30b565 " },
7575 }
7676
7777 conn := & anypb.Any {}
@@ -109,9 +109,9 @@ func TestQuayRegistry(t *testing.T) {
109109 close (chunksChan )
110110 wg .Wait ()
111111
112- assert .Equal (t , 944 , chunkCounter )
113- assert .Equal (t , 941 , layerCounter )
114- assert .Equal (t , 3 , historyCounter )
112+ assert .Equal (t , 1302 , chunkCounter )
113+ assert .Equal (t , 1291 , layerCounter )
114+ assert .Equal (t , 11 , historyCounter )
115115}
116116
117117func TestGHCRRegistry (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments