]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/encodings.py
notifications: Add code to send notifications
[patchwork] / apps / patchwork / tests / encodings.py
index db9848380076e4ead70d7db74c083ca1ac17099d..b9032bb7901f913d3a6ec3f9fa1cffbe08cbb871 100644 (file)
@@ -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)