Skip to content

Commit 7593b63

Browse files
author
Peng Ren
committed
Fixed vulnerable issue
1 parent 0accaad commit 7593b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def main():
324324
setup_test_data()
325325
print(f"\n[SUCCESS] MongoDB {version} test instance is ready!")
326326
print(
327-
f"Connection: mongodb://{TEST_USERNAME}:{TEST_PASSWORD}@{MONGODB_HOST}:{MONGODB_PORT}/{MONGODB_DATABASE}?authSource={TEST_AUTH_SOURCE}" # noqa: E501
327+
f"Connection: mongodb://{MONGODB_HOST}:{MONGODB_PORT}/{MONGODB_DATABASE}?authSource={TEST_AUTH_SOURCE}" # noqa: E501
328328
)
329329
else:
330330
print("[ERROR] Failed to create database user")

0 commit comments

Comments
 (0)