File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Tests/ContainerizationOCITests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ struct OCIClientTests: ~Copyable {
106106 func resolveSha( ) async throws {
107107 let client = RegistryClient ( host: " ghcr.io " , authentication: Self . authentication)
108108 let descriptor = try await client. resolve (
109- name: " apple/containerization/dockermanifestimage " , tag: " sha256:27bc227e516fd01daaf4c0146ea749ef7ecbc6586cbb715deac9a9bfb72b1ce8 " )
109+ name: " apple/containerization/dockermanifestimage " , tag: " sha256:c8d344d228b7d9a702a95227438ec0d71f953a9a483e28ffabc5704f70d2b61e " )
110110 let namedDescriptor = try await client. resolve ( name: " apple/containerization/dockermanifestimage " , tag: " 0.0.2 " )
111111 #expect( descriptor == namedDescriptor)
112112 #expect( descriptor. mediaType == MediaTypes . dockerManifest)
You can’t perform that action at this time.
0 commit comments