Skip to content

Commit 40d3bec

Browse files
[patch] add latest catalog 251127 to test mongo v8
1 parent dada678 commit 40d3bec

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-251030-amd64"
29+
assert catalogTag == "v9-251127-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)