File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docker/mongodb-kubernetes-tests/tests/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,15 @@ def test_search_restore_sample_database(mdb: MongoDB):
164
164
165
165
166
166
@mark .e2e_search_enterprise_basic
167
- def test_search_create_search_index ():
167
+ def test_search_create_search_index (mdb : MongoDB ):
168
168
sample_movies_helper = movies_search_helper .SampleMoviesSearchHelper (
169
169
SearchTester (get_connection_string (mdb , USER_NAME , USER_PASSWORD ))
170
170
)
171
171
sample_movies_helper .create_search_index ()
172
172
173
173
174
174
@mark .e2e_search_enterprise_basic
175
- def test_search_assert_search_query ():
175
+ def test_search_assert_search_query (mdb : MongoDB ):
176
176
sample_movies_helper = movies_search_helper .SampleMoviesSearchHelper (
177
177
SearchTester (get_connection_string (mdb , USER_NAME , USER_PASSWORD ))
178
178
)
You can’t perform that action at this time.
0 commit comments