Skip to content

Commit 974ebfa

Browse files
committed
fix choices
1 parent f9a8179 commit 974ebfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_test_options(
8686
else:
8787
parser.add_argument(
8888
"test_name",
89-
choices=set(TEST_SUITE_MAP) + set(EXTRA_TESTS) - set(NO_RUN_ORCHESTRATION),
89+
choices=set(list(TEST_SUITE_MAP) + EXTRA_TESTS) - set(NO_RUN_ORCHESTRATION),
9090
nargs="?",
9191
default="default",
9292
help="The optional name of the test suite to be run, which informs the server configuration.",

0 commit comments

Comments
 (0)