Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 25, 2023
1 parent eeb7b50 commit 8584f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/db_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 8584f44

Please sign in to comment.