Merge "Fix the exception raised when running test by nose"

This commit is contained in:
Jenkins 2014-10-25 16:32:52 +00:00 committed by Gerrit Code Review
commit 67bb04c37f

View File

@ -20,12 +20,12 @@ from zaqar.tests.functional import helpers
@ddt.ddt
@testing.requires_mongodb
class TestPools(base.V1_1FunctionalTestBase):
server_class = base.ZaqarAdminServer
config_file = 'wsgi_mongodb_pooled.conf'
@testing.requires_mongodb
def setUp(self):
super(TestPools, self).setUp()