summaryrefslogtreecommitdiff
path: root/tests/serializers/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/serializers/tests.py')
-rw-r--r--tests/serializers/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serializers/tests.py b/tests/serializers/tests.py
index f6ebcba23a..8c5555d35d 100644
--- a/tests/serializers/tests.py
+++ b/tests/serializers/tests.py
@@ -352,7 +352,7 @@ class XmlSerializerTestCase(SerializersTestBase, TestCase):
<field name="categories" rel="ManyToManyRel" to="serializers.category"><object pk="%(first_category_pk)s"></object><object pk="%(second_category_pk)s"></object></field>
<field name="meta_data" rel="ManyToManyRel" to="serializers.categorymetadata"></field>
</object>
-</django-objects>"""
+</django-objects>""" # NOQA
@staticmethod
def _comparison_value(value):