Merge "Fix sporadic failure in TestAccountController unit test"
This commit is contained in:
commit
e1b74c83c4
@ -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())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user