summaryrefslogtreecommitdiff
path: root/service/test/integration
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-15 16:39:32 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-15 16:39:37 +0200
commitb2334df7a677047749d411dda4cd4cd58474ee8a (patch)
treecc0b28ce9d55d9c68f9a284ebdfdccec47fbcab0 /service/test/integration
parentc526bab6a5cc91182481d2565b0e762a66572bef (diff)
getting rid of "pixelated" in the names of many classes - redundant
Diffstat (limited to 'service/test/integration')
-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)