Skip to content

Commit

Permalink
fix UT for covergae
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Jun 8, 2020
1 parent 9510474 commit 9a11ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_oneview_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def test_update_should_do_nothing_when_volume_already_exists_with_template(self)
VolumeModule().run()

self.mock_ansible_module.exit_json.assert_called_once_with(
changed=False,
msg=VolumeModule.MSG_NO_CHANGES_PROVIDED,
changed=True,
msg=VolumeModule.MSG_UPDATED,
ansible_facts=dict(storage_volume=self.resource.data)
)

Expand Down

0 comments on commit 9a11ea1

Please sign in to comment.