Linting
This commit is contained in:
parent
cb6731f340
commit
273ca63d59
92 changed files with 515 additions and 1200 deletions
|
|
@ -71,9 +71,7 @@ def test_forecast_dataset_group_create_duplicate_fails():
|
|||
with pytest.raises(ClientError) as exc:
|
||||
client.create_dataset_group(DatasetGroupName="name", Domain="RETAIL")
|
||||
|
||||
exc.value.response["Error"]["Code"].should.equal(
|
||||
"ResourceAlreadyExistsException"
|
||||
)
|
||||
exc.value.response["Error"]["Code"].should.equal("ResourceAlreadyExistsException")
|
||||
|
||||
|
||||
@mock_forecast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue