Merge pull request #3613 from Jamstah/storage-test-fix

Incorrect variable in test output
This commit is contained in:
Milos Gajdos
2022-03-27 16:17:10 +01:00
committed by GitHub

View File

@@ -529,7 +529,7 @@ func testOCIManifestStorage(t *testing.T, testname string, includeMediaTypes boo
}
if fetchedIndex.MediaType != indexMediaType {
t.Fatalf("%s: unexpected MediaType for result, %s", testname, fetchedManifest.MediaType)
t.Fatalf("%s: unexpected MediaType for result, %s", testname, fetchedIndex.MediaType)
}
payloadMediaType, _, err = fromStore.Payload()