Skip to content

Commit

Permalink
Merge pull request #1188 from grycap/devel
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
micafer authored May 18, 2021
2 parents 69446c9 + 52a66b1 commit 4b4472d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/connectors/EGI.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ def test_20_launch(self, appdb, get_image_data, save_data, get_driver):
{'source_type': 'image',
'uuid': 'imageid',
'boot_index': 0,
'delete_on_termination': False,
'device_name': 'vda'},
'delete_on_termination': False},
{'guest_format': 'ext3',
'boot_index': 1,
'volume_size': 1,
Expand Down

0 comments on commit 4b4472d

Please sign in to comment.