Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update tests/workers/test_ecs_worker.py
Browse files Browse the repository at this point in the history
Formatting fix

Co-authored-by: Emil Christensen <EmilRex@users.noreply.github.com>
  • Loading branch information
kaaloo and EmilRex authored Oct 9, 2023
1 parent fca5374 commit 3b444bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/workers/test_ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,7 @@ async def test_user_defined_capacity_provider_strategy_in_task_run_request_templ
task = describe_task(ecs_client, task_arn)
assert task.get("capacityProviderName") == "FOO"


@pytest.mark.usefixtures("ecs_mocks")
@pytest.mark.parametrize(
"cluster", [None, "default", "second-cluster", "second-cluster-arn"]
Expand Down

0 comments on commit 3b444bb

Please sign in to comment.