We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7a0ac commit e49a858Copy full SHA for e49a858
tests/functional/test_data_classes.py
@@ -548,15 +548,6 @@ def test_dynamo_attribute_value_null_value():
548
assert attribute_value.null_value == attribute_value.get_value
549
550
551
-def test_dynamo_attribute_value_null_value_invalid():
552
- example_attribute_value = {"NULL": False}
553
-
554
- attribute_value = AttributeValue(example_attribute_value)
555
556
- assert attribute_value.get_type == AttributeValueType.Null
557
- assert attribute_value.null_value is None
558
559
560
def test_dynamo_attribute_value_s_value():
561
example_attribute_value = {"S": "Hello"}
562
0 commit comments