X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Ftests%2Fencodings.py;h=b9032bb7901f913d3a6ec3f9fa1cffbe08cbb871;hb=a16f6f8afd0e9487cb3d9b8041f24c7496330086;hp=397b39ba877887f26eb4d4188deb91e5cf4d2069;hpb=94ae2713d4aca80b7dc1168a60f98bbe38d86e12;p=patchwork diff --git a/apps/patchwork/tests/encodings.py b/apps/patchwork/tests/encodings.py index 397b39b..b9032bb 100644 --- a/apps/patchwork/tests/encodings.py +++ b/apps/patchwork/tests/encodings.py @@ -69,9 +69,9 @@ class UTF8HeaderPatchViewTest(UTF8PatchViewTest): def setUp(self): defaults.project.save() - self.patch_author = Person(name = self.patch_author_name, - email = defaults.patch_author_person.email) - self.patch_author.save() + self.patch_author = Person(name = self.patch_author_name, + email = defaults.patch_author_person.email) + self.patch_author.save() self.patch_content = read_patch(self.patch_filename, encoding = self.patch_encoding) self.patch = Patch(project = defaults.project,