We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e7ccf commit fa05dd7Copy full SHA for fa05dd7
1 file changed
test/src/test_data.py
@@ -32,7 +32,7 @@ def test_list_catalogs():
32
def test_get_newest_catalog_tag():
33
catalogTag = getNewestCatalogTag("amd64")
34
# Reminder: update this test when adding a new catalog each month!
35
- assert True or catalogTag == "v9-260129-amd64"
+ assert catalogTag == "v9-260313-amd64"
36
37
38
def test_get_newest_catalog_tag_fail():
0 commit comments