Skip to content

Commit

Permalink
[FIX] Sanity Testt for extensible_attribute test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Aug 13, 2024
1 parent ca2a0da commit 6dfc4f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/plugins/modules/test_extensible_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def test_nios_ea_update_comment(self):
ref, {'comment': 'Update comment', 'type': 'STRING', 'name': 'testStringEA', 'flag': 'I', 'default_value': 'test'}
)


def test_remove_extensible_attribute(self):
self.module.params = {'provider': None, 'state': 'absent', 'name': 'testStringEA', 'type': 'STRING',
'flag': None, 'default_value': None, 'comment': None}
Expand Down

0 comments on commit 6dfc4f9

Please sign in to comment.