summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests/encodings.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/tests/encodings.py')
-rw-r--r--apps/patchwork/tests/encodings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/encodings.py b/apps/patchwork/tests/encodings.py
index db98483..b9032bb 100644
--- a/apps/patchwork/tests/encodings.py
+++ b/apps/patchwork/tests/encodings.py
@@ -70,7 +70,7 @@ class UTF8HeaderPatchViewTest(UTF8PatchViewTest):
def setUp(self):
defaults.project.save()
self.patch_author = Person(name = self.patch_author_name,
- email = defaults.patch_author_person.email)
+ email = defaults.patch_author_person.email)
self.patch_author.save()
self.patch_content = read_patch(self.patch_filename,
encoding = self.patch_encoding)