Skip to content

Commit

Permalink
added one more print
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Sep 8, 2023
1 parent 25f9be3 commit 788fd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_docs/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_basic_pipeline_usage():
PWD = os.environ["MONGODB_PASSWORD"]
print("PWD: ", PWD)
MONGODB_URI = f"mongodb+srv://dev:{PWD}@myserver.xciie.mongodb.net/?retryWrites=true&w=majority"
print("MONGODB_URI: ", MONGODB_URI)

# Connect to your MongoDB cluster:
client = pymongo.MongoClient(MONGODB_URI, tlsCAFile=ca)
Expand Down

0 comments on commit 788fd66

Please sign in to comment.