Convert fixtures/exceptions to Pytest
This commit is contained in:
parent
6d364dc7aa
commit
cb6731f340
16 changed files with 119 additions and 170 deletions
|
|
@ -738,7 +738,8 @@ def test_submit_job():
|
|||
else:
|
||||
raise RuntimeError("Batch job timed out")
|
||||
|
||||
resp = logs_client.describe_log_streams(logGroupName="/aws/batch/job")
|
||||
resp = logs_client.describe_log_streams(logGroupName="/aws/batch/job",
|
||||
logStreamNamePrefix="sayhellotomylittlefriend")
|
||||
len(resp["logStreams"]).should.equal(1)
|
||||
ls_name = resp["logStreams"][0]["logStreamName"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue