summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/test/integration/search_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/integration/search_test.py b/service/test/integration/search_test.py
index 6deb4794..464830d2 100644
--- a/service/test/integration/search_test.py
+++ b/service/test/integration/search_test.py
@@ -141,4 +141,4 @@ class SearchTest(SoledadTestBase):
results = self.search(body)
self.assertGreater(len(results), 0, 'No results returned from search')
- self.assertEquals(results[0].ident, input_mail.ident ) \ No newline at end of file
+ self.assertEquals(results[0].ident, input_mail.ident)