We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b5e04 commit 58f3a47Copy full SHA for 58f3a47
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-250306-amd64"
+ assert catalogTag == "v9-250403-amd64"
30
31
32
def test_get_newest_catalog_tag_fail():
0 commit comments