mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Invert assertion to test for instance gone
This commit is contained in:
parent
82136a8369
commit
ff2125ae67
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class CloudTest(ShellCase):
|
|||
return
|
||||
# It's not clear from the delete string that deletion was successful, ask salt-cloud after a delay
|
||||
sleep(shutdown_delay)
|
||||
self.assertIn(self.instance_name, self.query_instances())
|
||||
self.assertNotIn(self.instance_name, self.query_instances())
|
||||
|
||||
@property
|
||||
def instance_name(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue