Skip to content

Commit

Permalink
[FIX] Sanity Error for Unit testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Aug 13, 2024
1 parent 1d35b3a commit 159a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/plugins/modules/test_extensible_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def test_remove_extensible_attribute(self):
res = wapi.run('testobject', test_spec)

self.assertTrue(res['changed'])
wapi.delete_object.assert_called_once_with(ref)
wapi.delete_object.assert_called_once_with(ref)

0 comments on commit 159a2d7

Please sign in to comment.