We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207a9f commit c129f7fCopy full SHA for c129f7f
1 file changed
test/src/test_data.py
@@ -20,9 +20,7 @@
20
def test_catalog():
21
# We don't need to update this to the latest version each monthly update
22
catalogData = getCatalog("v9-241107-amd64")
23
- assert (
24
- catalogData["catalog_digest"] == "sha256:2d470131ab6948d5262553547fafa1b472fa25690be5abba8719ad7493cd8911"
25
- )
+ assert catalogData["catalog_digest"] == "sha256:2d470131ab6948d5262553547fafa1b472fa25690be5abba8719ad7493cd8911"
26
27
28
def test_list_catalogs():
0 commit comments