diff --git a/test/src/test_data.py b/test/src/test_data.py index cbf0f152..e61cac6b 100644 --- a/test/src/test_data.py +++ b/test/src/test_data.py @@ -32,7 +32,7 @@ def test_list_catalogs(): def test_get_newest_catalog_tag(): catalogTag = getNewestCatalogTag("amd64") # Reminder: update this test when adding a new catalog each month! - assert True or catalogTag == "v9-260129-amd64" + assert catalogTag == "v9-260313-amd64" def test_get_newest_catalog_tag_fail():