Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 26, 2024
1 parent 44b1cc9 commit 07bb04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# connect to the database
uri = f"mongodb+srv://{args.db_key}@ivy-integration-tests.pkt1la7.mongodb.net/?retryWrites=true&w=majority&appName=ivy-integration-tests"
client = MongoClient(uri)
db = client.ivy_integration_tests
db = client.ivytestdashboard
collection = db["test_results"]

# upload the information for each individual test ran to the database
Expand Down

0 comments on commit 07bb04c

Please sign in to comment.