Fix expected output of test_swift_storage_context
This commit is contained in:
parent
6391ad523b
commit
5659fadb6c
@ -76,5 +76,8 @@ class SwiftStorageContextTests(CharmTestCase):
|
||||
'object_server_threads_per_disk': '3',
|
||||
'workers': str(num_workers),
|
||||
'object_replicator_concurrency': '3',
|
||||
'account_max_connections': 2,
|
||||
'container_max_connections': 2,
|
||||
'object_max_connections': 2,
|
||||
}
|
||||
self.assertEquals(ex, result)
|
||||
|
Loading…
Reference in New Issue
Block a user