Skip to content

Commit 1010c63

Browse files
author
zhouhao
committed
Modify the test's config type
Signed-off-by: zhouhao <[email protected]>
1 parent e1694db commit 1010c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/manifest_backwards_compatibility_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ func TestBackwardsCompatibilityManifest(t *testing.T) {
136136
//
137137
// curl -L -H "Authorization: Bearer ..." -H \
138138
// "Accept: application/vnd.docker.distribution.manifest.v2+json" \
139-
// https://registry-1.docker.io/v2/library/docker/manifests/sha256:888206c77cd2811ec47e752ba291e5b7734e3ef137dfd222daadaca39a9f17bc
139+
// https://registry-1.docker.io/v2/library/docker/manifests/sha256:d901d5244c94db8151415bf3a1d3a0b10e7468e4997786b01c287cbcbaeca446
140140
{
141-
digest: "sha256:888206c77cd2811ec47e752ba291e5b7734e3ef137dfd222daadaca39a9f17bc",
141+
digest: "sha256:d901d5244c94db8151415bf3a1d3a0b10e7468e4997786b01c287cbcbaeca446",
142142
manifest: `{
143143
"schemaVersion": 2,
144144
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
145145
"config": {
146-
"mediaType": "application/octet-stream",
146+
"mediaType": "application/vnd.docker.container.image.v1+json",
147147
"size": 3210,
148148
"digest": "sha256:5359a4f250650c20227055957e353e8f8a74152f35fe36f00b6b1f9fc19c8861"
149149
},

0 commit comments

Comments
 (0)