mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26612 from rallytime/fix-do-list-images-test
Use an available image to test against
This commit is contained in:
commit
6d3927bed5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue