Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/jobs/test_scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion tests/providers/google/cloud/utils/gcp_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down