Fix TEST (rpc, bootstrap_status)
(#4909)
This commit is contained in:
parent
5396dca320
commit
47121e08a7
1 changed files with 1 additions and 1 deletions
|
@ -7108,5 +7108,5 @@ TEST (rpc, bootstrap_status)
|
|||
auto response = wait_response (system, rpc_ctx, request);
|
||||
|
||||
ASSERT_GT (response.get<int> ("priorities"), 0);
|
||||
ASSERT_EQ (response.get<int> ("blocking"), 0);
|
||||
ASSERT_GE (response.get<int> ("blocking"), 0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue