summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchwork/tests/test_mboxviews.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchwork/tests/test_mboxviews.py b/patchwork/tests/test_mboxviews.py
index 8f67778..1e7bfb0 100644
--- a/patchwork/tests/test_mboxviews.py
+++ b/patchwork/tests/test_mboxviews.py
@@ -153,8 +153,8 @@ class MboxHeaderTest(TestCase):
patch.url_msgid]))
self.assertContains(response, 'X-Patchwork-Delegate: %s' % user.email)
- def test_patchwork_from_header(self):
- """Validate inclusion of generated 'X-Patchwork-From' header."""
+ def test_patchwork_submitter_header(self):
+ """Validate inclusion of generated 'X-Patchwork-Submitter' header."""
email = 'jon@doe.com'
from_header = 'From: Jon Doe <%s>\n' % email