We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e689b5f commit 78d7d8dCopy full SHA for 78d7d8d
1 file changed
test/src/test_data.py
@@ -26,7 +26,7 @@ def test_list_catalogs():
26
def test_get_newest_catalog_tag():
27
catalogTag = getNewestCatalogTag("amd64")
28
# Reminder: update this test when adding a new catalog each month!
29
- assert catalogTag == "v9-250206-amd64"
+ assert catalogTag == "v9-250306-amd64"
30
31
32
def test_get_newest_catalog_tag_fail():
0 commit comments