Commit bc49746d by Ryan P Kilby

Fix test name

parent 27c382c9
...@@ -411,7 +411,7 @@ class TestDefaultOutput: ...@@ -411,7 +411,7 @@ class TestDefaultOutput:
serializer = self.Serializer(instance) serializer = self.Serializer(instance)
assert serializer.data == {'has_default': 'def', 'has_default_callable': 'ghi', 'no_default': 'abc'} assert serializer.data == {'has_default': 'def', 'has_default_callable': 'ghi', 'no_default': 'abc'}
def test_default_for_source_source(self): def test_default_for_dotted_source(self):
""" """
'default="something"' should be used when a traversed attribute is missing from input. 'default="something"' should be used when a traversed attribute is missing from input.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment