Merge "Fix sporadic failure in TestAccountController unit test"

This commit is contained in:
Jenkins 2017-04-28 03:19:26 +00:00 committed by Gerrit Code Review
commit e1b74c83c4

View File

@ -7961,7 +7961,8 @@ class TestContainerController(unittest.TestCase):
class TestAccountController(unittest.TestCase):
def setUp(self):
self.app = proxy_server.Application(None, FakeMemcache(),
conf = {'error_suppression_interval': 0}
self.app = proxy_server.Application(conf, FakeMemcache(),
account_ring=FakeRing(),
container_ring=FakeRing())