Commit dedd9c38 by Carlton Gibson Committed by GitHub

Merge pull request #5381 from rpkilby/fix-test-name

Fix test name
parents 27c382c9 bc49746d
...@@ -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