Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix typo in gcp/hooks/test_base.py (#6646)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Nov 23, 2019
1 parent b8fe14a commit e37ec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gcp/hooks/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def test_default_scopes(self):
@mock.patch("airflow.gcp.hooks.base.GoogleCloudBaseHook.get_connection")
def test_num_retries_is_not_none_by_default(self, get_con_mock):
"""
Verify that if 'num_retires' in extras is not set, the default value
Verify that if 'num_retries' in extras is not set, the default value
should not be None
"""
get_con_mock.return_value.extra_dejson = {
Expand Down

0 comments on commit e37ec9a

Please sign in to comment.