summaryrefslogtreecommitdiff
path: root/service/test/functional/features/environment.py
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/functional/features/environment.py
parentc526bab6a5cc91182481d2565b0e762a66572bef (diff)
getting rid of "pixelated" in the names of many classes - redundant
Diffstat (limited to 'service/test/functional/features/environment.py')
-rw-r--r--service/test/functional/features/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py
index 86f43d7f..9b587497 100644
--- a/service/test/functional/features/environment.py
+++ b/service/test/functional/features/environment.py
@@ -25,7 +25,7 @@ def before_all(context):
context.soledad_test_base = SoledadTestBase()
context.soledad_test_base.setup_soledad()
- context.mailboxes = context.soledad_test_base.pixelated_mailboxes
+ context.mailboxes = context.soledad_test_base.mailboxes
context.app = pixelated.runserver.app
context.app.mail_service = context.soledad_test_base.mail_service