We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d802889 commit 3b34a6cCopy full SHA for 3b34a6c
2 files changed
src/mas/devops/data/catalogs/v9-collabaddon-amd64.yaml
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 catalogTag == "v9-collabaddon-amd64"
+ assert catalogTag == "v9-260430-amd64"
36
37
38
def test_get_newest_catalog_tag_fail():
0 commit comments