Change checks for handling same layer name un different stack
This commit is contained in:
parent
7599fd5dc0
commit
4393a4f76c
2 changed files with 5 additions and 5 deletions
|
|
@ -24,16 +24,16 @@ def test_create_layer_response():
|
|||
Name="TestLayer",
|
||||
Shortname="TestLayerShortName"
|
||||
)
|
||||
|
||||
|
||||
response.should.contain("LayerId")
|
||||
|
||||
|
||||
second_stack_id = client.create_stack(
|
||||
Name="test_stack_2",
|
||||
Region="us-east-1",
|
||||
ServiceRoleArn="service_arn",
|
||||
DefaultInstanceProfileArn="profile_arn"
|
||||
)['StackId']
|
||||
|
||||
|
||||
response = client.create_layer(
|
||||
StackId=second_stack_id,
|
||||
Type="custom",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue