diff --git a/features/steps/cloud_types_steps.py b/features/steps/cloud_types_steps.py index 3f6ce798c..93cd446f1 100644 --- a/features/steps/cloud_types_steps.py +++ b/features/steps/cloud_types_steps.py @@ -82,7 +82,7 @@ def step_new_cloud_resource_with_type(context, resource_type: str): } -@when('the resource_type is accepted as expected') +@when("the resource_type is accepted as expected") def step_cloud_resource_type_accepted(context): """Create the CloudResource with pending data including provider.""" data = dict(context.pending_resource)