From 8584f44e3c985d544ece9989c1bef8ead9e90a27 Mon Sep 17 00:00:00 2001 From: Aarsh2001 Date: Wed, 25 Oct 2023 08:31:14 +0100 Subject: [PATCH] rename jobs --- tests/auth/db_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))