summaryrefslogtreecommitdiff
path: root/tests/generic_relations/test_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic_relations/test_forms.py')
-rw-r--r--tests/generic_relations/test_forms.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/generic_relations/test_forms.py b/tests/generic_relations/test_forms.py
index 00df254745..48fe895210 100644
--- a/tests/generic_relations/test_forms.py
+++ b/tests/generic_relations/test_forms.py
@@ -117,8 +117,7 @@ class GenericInlineFormsetTests(TestCase):
<input type="hidden"
name="generic_relations-taggeditem-content_type-object_id-1-id"
id="id_generic_relations-taggeditem-content_type-object_id-1-id"></p>
- """
- % tagged_item_id,
+ """ % tagged_item_id,
)
lion = Animal.objects.create(common_name="Lion", latin_name="Panthera leo")
formset = GenericFormSet(instance=lion, prefix="x")