mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Use an available image to test against
This commit is contained in:
parent
991bbf63fe
commit
1401255287
@ -87,7 +87,7 @@ class DigitalOceanTest(integration.ShellCase):
|
||||
image_list = self.run_cloud('--list-images {0}'.format(PROVIDER_NAME))
|
||||
|
||||
self.assertIn(
|
||||
'14.10 x64',
|
||||
'14.04 x64',
|
||||
[i.strip() for i in image_list]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user