This commit is contained in:
Bert Blommers 2020-11-11 15:55:37 +00:00
commit 273ca63d59
92 changed files with 515 additions and 1200 deletions

View file

@ -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