Back to Black
This commit is contained in:
parent
ea489bce6c
commit
5697ff87a8
112 changed files with 1803 additions and 977 deletions
|
|
@ -184,8 +184,9 @@ def test_apply_security_groups_to_load_balancer():
|
|||
response = client.apply_security_groups_to_load_balancer(
|
||||
LoadBalancerName="my-lb", SecurityGroups=["not-really-a-security-group"]
|
||||
)
|
||||
assert "One or more of the specified security groups do not exist." \
|
||||
in str(error.value)
|
||||
assert "One or more of the specified security groups do not exist." in str(
|
||||
error.value
|
||||
)
|
||||
|
||||
|
||||
@mock_elb_deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue