Skip to content

Commit 5bb3616

Browse files
committed
[patch] set catalogTag == "v9-260430-amd64"
1 parent 7f81bfd commit 5bb3616

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
@@ -32,7 +32,7 @@ def test_list_catalogs():
3232
def test_get_newest_catalog_tag():
3333
catalogTag = getNewestCatalogTag("amd64")
3434
# Reminder: update this test when adding a new catalog each month!
35-
assert catalogTag == "v9-260326-amd64"
35+
assert catalogTag == "v9-260430-amd64"
3636

3737

3838
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)