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