diff --git a/tests/gcp/hooks/test_base.py b/tests/gcp/hooks/test_base.py index 47263358841f8f..22ca9d62bdfe0d 100644 --- a/tests/gcp/hooks/test_base.py +++ b/tests/gcp/hooks/test_base.py @@ -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 = {