From 29aca209563538d26ffb5fa6712bb284ccd818e2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zayakin Date: Thu, 5 Dec 2024 16:01:19 +0300 Subject: [PATCH] [#337] Update error match message for data network test Signed-off-by: Dmitriy Zayakin --- .../testsuites/failovers/test_frostfs_failover_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/failovers/test_frostfs_failover_network.py b/pytest_tests/testsuites/failovers/test_frostfs_failover_network.py index dc42d5e..6669d20 100644 --- a/pytest_tests/testsuites/failovers/test_frostfs_failover_network.py +++ b/pytest_tests/testsuites/failovers/test_frostfs_failover_network.py @@ -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: gRPC dial: context deadline exceeded"): + with pytest.raises(RuntimeError, match="can't create API client: can't init SDK client: context deadline exceeded"): get_object( wallet=default_wallet, cid=storage_object.cid,