[tor-commits] [bridgedb/develop] Fix broken test_EmailServer unittests due to extra newline.
isis at torproject.org
isis at torproject.org
Thu Apr 17 05:10:03 UTC 2014
commit 84c58ed6cc0b5ae4f50ed5f5e5623304c37f2526
Author: Isis Lovecruft <isis at torproject.org>
Date: Thu Apr 17 02:44:57 2014 +0000
Fix broken test_EmailServer unittests due to extra newline.
---
lib/bridgedb/test/test_EmailServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/test/test_EmailServer.py b/lib/bridgedb/test/test_EmailServer.py
index d6d2f55..9e5db06 100644
--- a/lib/bridgedb/test/test_EmailServer.py
+++ b/lib/bridgedb/test/test_EmailServer.py
@@ -171,7 +171,7 @@ class EmailResponseTests(unittest.TestCase):
self.lines = ["From: %s@%s.com",
"To: bridges at example.net",
"Subject: testing",
- "\n",
+ "",
"get bridges"]
self.ctx = _createMailContext()
More information about the tor-commits
mailing list