summaryrefslogtreecommitdiff
path: root/test/units/module_utils/common/text/converters/test_json_encode_fallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/module_utils/common/text/converters/test_json_encode_fallback.py')
-rw-r--r--test/units/module_utils/common/text/converters/test_json_encode_fallback.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/units/module_utils/common/text/converters/test_json_encode_fallback.py b/test/units/module_utils/common/text/converters/test_json_encode_fallback.py
index 022f38f4..808bf410 100644
--- a/test/units/module_utils/common/text/converters/test_json_encode_fallback.py
+++ b/test/units/module_utils/common/text/converters/test_json_encode_fallback.py
@@ -20,12 +20,6 @@ class timezone(tzinfo):
def utcoffset(self, dt):
return self._offset
- def dst(self, dt):
- return timedelta(0)
-
- def tzname(self, dt):
- return None
-
@pytest.mark.parametrize(
'test_input,expected',