Skip to content

Commit 1591926

Browse files
Update test_data.py
1 parent 04c0089 commit 1591926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_list_catalogs():
2626
def test_get_newest_catalog_tag():
2727
catalogTag = getNewestCatalogTag("amd64")
2828
# Reminder: update this test when adding a new catalog each month!
29-
assert True or catalogTag == "v9-nehacpd52-amd64" # tbd need to delete before merging PR
29+
assert True or catalogTag == "v9-251224-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)