diff --git a/tests/auth/db_auth.py b/tests/auth/db_auth.py index fa31f9bc..c1bbde39 100644 --- a/tests/auth/db_auth.py +++ b/tests/auth/db_auth.py @@ -7,7 +7,7 @@ def _write_auth_to_file(endpoint, obj_id): client = MongoClient(endpoint) - db = client.gcp_oauth + db = client.gcp_auth collection = db.creds object_id_to_find = ObjectId(str(obj_id))