Skip to content

Commit 8e887f5

Browse files
author
zhouhao
committed
test.go: delete mediatype
Signed-off-by: zhouhao <[email protected]>
1 parent 5fccf47 commit 8e887f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema/manifest_backwards_compatibility_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func TestBackwardsCompatibilityManifestList(t *testing.T) {
5252
digest: "sha256:219f4b61132fe9d09b0ec5c15517be2ca712e4744b0e0cc3be71295b35b2a467",
5353
manifestlist: `{
5454
"schemaVersion": 2,
55-
"mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
5655
"manifests": [
5756
{
5857
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
@@ -139,7 +138,6 @@ func TestBackwardsCompatibilityManifest(t *testing.T) {
139138
digest: "sha256:888206c77cd2811ec47e752ba291e5b7734e3ef137dfd222daadaca39a9f17bc",
140139
manifest: `{
141140
"schemaVersion": 2,
142-
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
143141
"config": {
144142
"mediaType": "application/octet-stream",
145143
"size": 3210,

0 commit comments

Comments
 (0)