Add test
This commit is contained in:
parent
4512872354
commit
777ff5a62a
@ -608,6 +608,9 @@ def test_describe_task_definition():
|
|||||||
resp = batch_client.describe_job_definitions(jobDefinitions=["sleep10", "test1"])
|
resp = batch_client.describe_job_definitions(jobDefinitions=["sleep10", "test1"])
|
||||||
len(resp["jobDefinitions"]).should.equal(3)
|
len(resp["jobDefinitions"]).should.equal(3)
|
||||||
|
|
||||||
|
for job_definition in resp["jobDefinitions"]:
|
||||||
|
job_definition["status"].should.equal("ACTIVE")
|
||||||
|
|
||||||
|
|
||||||
@mock_logs
|
@mock_logs
|
||||||
@mock_ec2
|
@mock_ec2
|
||||||
|
Loading…
Reference in New Issue
Block a user