forked from TrueCloudLab/frostfs-testcases
[#291] Change error message for network test
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
ed19a83068
commit
c8b95d98f4
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class TestFailoverNetwork(ClusterTestBase):
|
||||||
self.tick_epochs(1, alive_node=nodes_without_an_object[0].storage_node, wait_block=2)
|
self.tick_epochs(1, alive_node=nodes_without_an_object[0].storage_node, wait_block=2)
|
||||||
|
|
||||||
with reporter.step("Get object for target nodes to data interfaces, expect false"):
|
with reporter.step("Get object for target nodes to data interfaces, expect false"):
|
||||||
with pytest.raises(RuntimeError, match="return code: 1"):
|
with pytest.raises(RuntimeError, match="can't create API client: can't init SDK client: gRPC dial: context deadline exceeded"):
|
||||||
get_object(
|
get_object(
|
||||||
wallet=default_wallet,
|
wallet=default_wallet,
|
||||||
cid=storage_object.cid,
|
cid=storage_object.cid,
|
||||||
|
|
Loading…
Reference in a new issue