From b2334df7a677047749d411dda4cd4cd58474ee8a Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 15 Oct 2014 16:39:32 +0200 Subject: getting rid of "pixelated" in the names of many classes - redundant --- service/test/integration/tags_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/integration') 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) -- cgit v1.2.3