Skip to content

Commit 12ecd07

Browse files
committed
update tag
1 parent 71e7230 commit 12ecd07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ tasks:
12391239
- func: run tests
12401240
vars:
12411241
TEST_NAME: search_index
1242-
tags: [search-index]
1242+
tags: [search_index]
12431243

12441244
# Server tests
12451245
- name: test-4.0-standalone-auth-ssl-sync

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def create_search_index_tasks():
948948
vars = dict(TEST_NAME="search_index")
949949
test_func = FunctionCall(func="run tests", vars=vars)
950950
task_name = "test-search-index-helpers"
951-
tags = ["search-index"]
951+
tags = ["search_index"]
952952
commands = [assume_func, server_func, test_func]
953953
return [EvgTask(name=task_name, tags=tags, commands=commands)]
954954

0 commit comments

Comments
 (0)