diff --git a/tests/test_relations.py b/tests/test_relations.py index 4107465f21..9469cd0682 100644 --- a/tests/test_relations.py +++ b/tests/test_relations.py @@ -207,6 +207,7 @@ def test_get_value_multi_dictionary_partial(self): mvd = MultiValueDict({'baz': ['bar1', 'bar2']}) assert empty == self.field.get_value(mvd) + class TestHyperlink: def setup(self): self.default_hyperlink = serializers.Hyperlink('http://example.com', 'test')