Skip to content

Commit 7c90db6

Browse files
[patch] update latest catalog into test
1 parent 7445c44 commit 7c90db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_list_catalogs():
2626
def test_get_newest_catalog_tag():
2727
catalogTag = getNewestCatalogTag("amd64")
2828
# Reminder: update this test when adding a new catalog each month!
29-
assert catalogTag == "v9-250828-amd64"
29+
assert catalogTag == "v9-250902-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)