From 6dfc4f978f07c1da1e861356bb3bd530a1947df1 Mon Sep 17 00:00:00 2001 From: Jeenitkumar Khatri Date: Tue, 13 Aug 2024 12:27:21 +0530 Subject: [PATCH] [FIX] Sanity Testt for extensible_attribute test. --- tests/unit/plugins/modules/test_extensible_attribute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/plugins/modules/test_extensible_attribute.py b/tests/unit/plugins/modules/test_extensible_attribute.py index 16eb8848..faafcc89 100644 --- a/tests/unit/plugins/modules/test_extensible_attribute.py +++ b/tests/unit/plugins/modules/test_extensible_attribute.py @@ -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}