We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0accaad commit 7593b63Copy full SHA for 7593b63
tests/run_test_server.py
@@ -324,7 +324,7 @@ def main():
324
setup_test_data()
325
print(f"\n[SUCCESS] MongoDB {version} test instance is ready!")
326
print(
327
- f"Connection: mongodb://{TEST_USERNAME}:{TEST_PASSWORD}@{MONGODB_HOST}:{MONGODB_PORT}/{MONGODB_DATABASE}?authSource={TEST_AUTH_SOURCE}" # noqa: E501
+ f"Connection: mongodb://{MONGODB_HOST}:{MONGODB_PORT}/{MONGODB_DATABASE}?authSource={TEST_AUTH_SOURCE}" # noqa: E501
328
)
329
else:
330
print("[ERROR] Failed to create database user")
0 commit comments