mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix test failures - get_attributes shouldn't be called if none are provided
This commit is contained in:
parent
d8ad023e88
commit
211f6feaf5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class BotoElbTestCase(TestCase):
|
|||
self.assertTrue(boto_elb.__salt__['boto_elb.exists'].called)
|
||||
self.assertTrue(boto_elb.__salt__['boto_elb.create'].called)
|
||||
self.assertTrue(boto_elb.__salt__['state.single'].called)
|
||||
self.assertTrue(
|
||||
self.assertFalse(
|
||||
boto_elb.__salt__['boto_elb.get_attributes'].called
|
||||
)
|
||||
self.assertTrue(
|
||||
|
|
Loading…
Add table
Reference in a new issue