diff --git a/covalent_ecs_plugin/ecs.py b/covalent_ecs_plugin/ecs.py index b68df80..2c21cc7 100644 --- a/covalent_ecs_plugin/ecs.py +++ b/covalent_ecs_plugin/ecs.py @@ -101,7 +101,6 @@ def __init__( poll_freq: int = None, **kwargs, ): - super().__init__( region=region or get_config("executors.ecs.region"), credentials_file=credentials or get_config("executors.ecs.credentials"), diff --git a/tests/test_ecs.py b/tests/test_ecs.py index 27b0945..9cc07db 100644 --- a/tests/test_ecs.py +++ b/tests/test_ecs.py @@ -32,7 +32,6 @@ class TestECSExecutor: - MOCK_PROFILE = "my_profile" MOCK_S3_BUCKET_NAME = "s3-bucket" MOCK_ECS_CLUSTER_NAME = "ecs-cluster"