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: