From c6c60699d61ab670381891fcc78efe9d1c2d7ad0 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 5 Mar 2021 14:55:36 +1000 Subject: [PATCH] chore: remove duplicate words --- tests/jobs/test_scheduler_job.py | 2 +- tests/providers/google/cloud/utils/gcp_authenticator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jobs/test_scheduler_job.py b/tests/jobs/test_scheduler_job.py index 097317087e9f2..e94f55ff06d75 100644 --- a/tests/jobs/test_scheduler_job.py +++ b/tests/jobs/test_scheduler_job.py @@ -1203,7 +1203,7 @@ def test_find_executable_task_instances_in_default_pool(self): session.merge(ti2) session.flush() - # One task w/o pool up for execution and one task task running + # One task w/o pool up for execution and one task running res = scheduler._executable_task_instances_to_queued(max_tis=32, session=session) assert 0 == len(res) diff --git a/tests/providers/google/cloud/utils/gcp_authenticator.py b/tests/providers/google/cloud/utils/gcp_authenticator.py index 8cf222e23f9ad..2fc28c6197ccc 100644 --- a/tests/providers/google/cloud/utils/gcp_authenticator.py +++ b/tests/providers/google/cloud/utils/gcp_authenticator.py @@ -214,7 +214,7 @@ def gcp_store_authentication(self): def gcp_restore_authentication(self): """ - Restore authentication to the original one one. + Restore authentication to the original one. """ self._validate_key_set() if GcpAuthenticator.original_account: