tests: fix accidentally broken tests.
This commit is contained in:
parent
068dc61d56
commit
efebab78b9
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ class TestGetServerInfo(object):
|
|||
expected['storage_inodes'] = resp['result']['storage_inodes']
|
||||
expected['server'] = resp['result']['server']
|
||||
|
||||
expected['index_storage'] = resp['result']['index_storage']
|
||||
expected['storage'] = resp['result']['storage']
|
||||
|
||||
assert_ok(id_, expected, given=response.body)
|
||||
|
||||
def test_api_get_server_info_ip(self):
|
||||
|
|
@ -66,6 +69,9 @@ class TestGetServerInfo(object):
|
|||
expected['storage_inodes'] = resp['result']['storage_inodes']
|
||||
expected['server'] = resp['result']['server']
|
||||
|
||||
expected['index_storage'] = resp['result']['index_storage']
|
||||
expected['storage'] = resp['result']['storage']
|
||||
|
||||
assert_ok(id_, expected, given=response.body)
|
||||
|
||||
def test_api_get_server_info_data_for_search_index_build(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue