forked from TrueCloudLab/frostfs-testcases
[#352] Update expected error
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
48b97404ce
commit
d466e1a721
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class TestFailoverNetwork(ClusterTestBase):
|
|||
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 pytest.raises(RuntimeError, match="can't create API client: can't init SDK client: context deadline exceeded"):
|
||||
with pytest.raises(RuntimeError, match="can't create API client: can't init SDK client: context (deadline exceeded|canceled)"):
|
||||
get_object(
|
||||
wallet=default_wallet,
|
||||
cid=storage_object.cid,
|
||||
|
|
Loading…
Reference in a new issue