Skip to content

Commit 85e3537

Browse files
committed
Updated search e2e tests
1 parent e8e88d8 commit 85e3537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/mongodb-kubernetes-tests/tests/search/search_community_tls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
ADMIN_USER_NAME = "mdb-admin-user"
1818
ADMIN_USER_PASSWORD = "mdb-admin-user-pass"
1919

20-
MONGOT_USER_NAME = "mongot-user"
21-
MONGOT_USER_PASSWORD = "mongot-user-password"
20+
MONGOT_USER_NAME = "search-sync-source"
21+
MONGOT_USER_PASSWORD = "search-sync-source-user-password"
2222

2323
USER_NAME = "mdb-user"
2424
USER_PASSWORD = "mdb-user-pass"

0 commit comments

Comments
 (0)