aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_genericrelations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_genericrelations.py')
-rw-r--r--tests/test_genericrelations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_genericrelations.py b/tests/test_genericrelations.py
index 46a2d863..3a8f3c7f 100644
--- a/tests/test_genericrelations.py
+++ b/tests/test_genericrelations.py
@@ -84,7 +84,7 @@ class TestGenericRelations(TestCase):
exclude = ('content_type', 'object_id')
class BookmarkSerializer(serializers.ModelSerializer):
- tags = TagSerializer()
+ tags = TagSerializer(many=True)
class Meta:
model = Bookmark