Skip to content

Commit 88b21cd

Browse files
format tests
1 parent e9fbaa4 commit 88b21cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

opencontainers/tests/test_descriptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{
138138
"mediaType": "application/vnd.oci.image.config.v1+json",
139139
"size": 1470,
140-
"digest": "sha256.foo-bar:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b"
140+
"digest": "sha256.foo-bar:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b",
141141
# multihash example removed, not supported is invalid
142142
},
143143
]

opencontainers/tests/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
141141
"size": 1470,
142142
"digest": "sha256.foo-bar:c86f7763873b6c0aae22d963bab59b4f5debbed6685761b5951584f6efb0633b",
143-
}
143+
},
144144
# multihash is not registered, but still valid formatting, but here we would consider it invalid
145145
# {
146146
# "mediaType": "application/vnd.oci.image.config.v1+json",

0 commit comments

Comments
 (0)