Added AbstractAttractTest.attract property

This commit is contained in:
2016-11-10 15:33:25 +01:00
parent 6628ce0b15
commit 72e903d192
5 changed files with 11 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ class PushCommitTest(AbstractAttractTest):
def setUp(self, **kwargs):
AbstractAttractTest.setUp(self, **kwargs)
self.mngr = self.app.pillar_extensions['attract'].task_manager
self.mngr = self.attract.task_manager
self.proj_id, self.project = self.ensure_project_exists()
def test_push_happy(self):