summaryrefslogtreecommitdiff
path: root/service/integration/tags_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/integration/tags_test.py')
-rw-r--r--service/integration/tags_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/integration/tags_test.py b/service/integration/tags_test.py
index 13e1c22d..b313caec 100644
--- a/service/integration/tags_test.py
+++ b/service/integration/tags_test.py
@@ -46,7 +46,7 @@ class TagsTest(unittest.TestCase, SoledadTestBase):
self.pixelated_mailboxes.inbox().add(mail)
response = self.post_tags(mail.ident, self._tags_json(['DRAFTS']))
- self.assertEquals("None of the following words can be used as tags: ['drafts']", response)
+ self.assertEquals("None of the following words can be used as tags: drafts", response)
mail = self.pixelated_mailboxes.inbox().mail(mail.ident)
self.assertNotIn('drafts', mail.tags)