Skip to content

Commit c129f7f

Browse files
committed
Update test_data.py
1 parent b207a9f commit c129f7f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/src/test_data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
def test_catalog():
2121
# We don't need to update this to the latest version each monthly update
2222
catalogData = getCatalog("v9-241107-amd64")
23-
assert (
24-
catalogData["catalog_digest"] == "sha256:2d470131ab6948d5262553547fafa1b472fa25690be5abba8719ad7493cd8911"
25-
)
23+
assert catalogData["catalog_digest"] == "sha256:2d470131ab6948d5262553547fafa1b472fa25690be5abba8719ad7493cd8911"
2624

2725

2826
def test_list_catalogs():

0 commit comments

Comments
 (0)