Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafcio19 authored and raf-tdc committed Oct 2, 2023
1 parent 71e45ca commit 18ad5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_batch/test_batch_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_submit_job_by_name():
assert resp_jobs["jobs"][0]["jobDefinition"] == job_definition_arn



@mock_logs
@mock_ec2
@mock_ecs
Expand All @@ -98,7 +97,7 @@ def test_submit_job_array_size():
ec2_client, iam_client, _, _, batch_client = _get_clients()
commands = ["echo", "hello"]
_, _, _, iam_arn = _setup(ec2_client, iam_client)
job_def_arn, queue_arn = prepare_job(batch_client, commands, iam_arn, job_definition_name)
_, queue_arn = prepare_job(batch_client, commands, iam_arn, job_definition_name)

# Execute
resp = batch_client.submit_job(
Expand Down

0 comments on commit 18ad5f3

Please sign in to comment.