Skip to content

Commit

Permalink
Fixed inconsistent behavior on test_create_stack_set_raise_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNye committed Nov 14, 2024
1 parent 8a81b5b commit bdf7e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/v0_1_0/aws/cloudformation/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def mock_cloudformation_client():

@pytest.mark.asyncio
async def test_create_stack_set_raise_exception(mock_cloudformation_client, mocker):
client = boto3.client("cloudformation")
client = boto3.client("cloudformation", region_name="us-east-1")
mock = mocker.patch(
"iambic.plugins.v0_1_0.aws.cloud_formation.utils.boto_crud_call"
)
Expand Down

0 comments on commit bdf7e30

Please sign in to comment.