Skip to content

Commit

Permalink
test_vultrpy: adjust test expectation to prevent failure (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh authored Jul 9, 2024
1 parent e4333e2 commit e24c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cloud/clouds/test_vultrpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_list_images(self):
"""
image_list = self.run_cloud("--list-images {}".format(self.PROVIDER))

self.assertIn("Debian 10 x64 (buster)", [i.strip() for i in image_list])
self.assertIn("Debian 12 x64 (bookworm)", [i.strip() for i in image_list])

def test_list_locations(self):
"""
Expand Down

0 comments on commit e24c5db

Please sign in to comment.