diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-09-22 17:11:44 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:56:28 +0000 |
commit | e12cc2028d1a54611da0f4dbf92f7393f67cc72a (patch) | |
tree | 9a68afb2ce456c8c6b13c46756d97a04d555dbe8 | |
parent | f90344e7c6a97b9a989b1f335801716d715da69e (diff) | |
download | patchwork-e12cc2028d1a54611da0f4dbf92f7393f67cc72a.tar patchwork-e12cc2028d1a54611da0f4dbf92f7393f67cc72a.tar.gz |
tests: Remove a spurious new line
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r-- | patchwork/tests/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/patchwork/tests/utils.py b/patchwork/tests/utils.py index 9abe2c7..15ca3aa 100644 --- a/patchwork/tests/utils.py +++ b/patchwork/tests/utils.py @@ -129,5 +129,4 @@ def create_email(content, subject = None, sender = None, multipart = False, msg['From'] = sender msg['List-Id'] = project.listid - return msg |