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 @@ -188,17 +188,17 @@ func TestManifest(t *testing.T) {
188188 },
189189 "layers": [
190190 {
191- "mediaType": "application/vnd.oci.image.config .v1+json ",
191+ "mediaType": "application/vnd.oci.image.layer .v1.tar+gzip ",
192192 "size": 1470,
193193 "digest": "sha256+foo-bar:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b"
194194 },
195195 {
196- "mediaType": "application/vnd.oci.image.config .v1+json ",
196+ "mediaType": "application/vnd.oci.image.layer .v1.tar+gzip ",
197197 "size": 1470,
198198 "digest": "sha256.foo-bar:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b"
199199 },
200200 {
201- "mediaType": "application/vnd.oci.image.config .v1+json ",
201+ "mediaType": "application/vnd.oci.image.layer .v1.tar+gzip ",
202202 "size": 1470,
203203 "digest": "multihash+base58:QmRZxt2b1FVZPNqd8hsiykDL3TdBDeTSPX9Kv46HmX4Gx8"
204204 }
@@ -219,7 +219,7 @@ func TestManifest(t *testing.T) {
219219 },
220220 "layers": [
221221 {
222- "mediaType": "application/vnd.oci.image.config .v1+json ",
222+ "mediaType": "application/vnd.oci.image.layer .v1.tar+gzip ",
223223 "size": 1470,
224224 "digest": "sha256+foo+-b:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b"
225225 }
You can’t perform that action at this time.
0 commit comments