Fix more typos.
This commit is contained in:
parent
19bf8bf762
commit
d9d055c75d
19 changed files with 61 additions and 61 deletions
|
|
@ -1391,7 +1391,7 @@ def test_set_security_groups():
|
|||
len(resp["LoadBalancers"][0]["SecurityGroups"]).should.equal(2)
|
||||
|
||||
with assert_raises(ClientError):
|
||||
client.set_security_groups(LoadBalancerArn=arn, SecurityGroups=["non_existant"])
|
||||
client.set_security_groups(LoadBalancerArn=arn, SecurityGroups=["non_existent"])
|
||||
|
||||
|
||||
@mock_elbv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue