mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Syntax fix
This commit is contained in:
parent
458547ba03
commit
cae2c4e715
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class BotoElbTestCase(TestCase):
|
|||
'boto_elb.get_health_check': mock_health_check,
|
||||
'boto_elb.get_elb_config': mock_elb}):
|
||||
with patch.dict(boto_elb.__opts__, {'test': False}):
|
||||
with patch.dict(boto_elb.__states__, {'boto_route53.present', MagicMock(return_value=ret1)}):
|
||||
with patch.dict(boto_elb.__states__, {'boto_route53.present': MagicMock(return_value=ret1)}):
|
||||
ret = boto_elb.present(
|
||||
name,
|
||||
listeners,
|
||||
|
|
Loading…
Add table
Reference in a new issue