Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Jul 14, 2022
1 parent 12a8455 commit ccf81de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,7 @@ def test_aws_cloud_provider_options(
)

def test_aws_cloud_provider_options_defaults(self, factory: EntityFactory) -> None:
response = {}
result = factory.create_cloud_provider_options(CloudProviderType.AWS, response)
result = factory.create_cloud_provider_options(CloudProviderType.AWS, {})

assert result == CloudProviderOptions(
type=CloudProviderType.AWS, node_pools=[], storages=[]
Expand Down

0 comments on commit ccf81de

Please sign in to comment.