From 68ad688665dc9a4f02b64a99a700b9d53920aecc Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Mon, 17 Mar 2025 18:04:36 -0400 Subject: [PATCH] test: update test_telegram_list_custom_data wording --- tests/rpc/test_rpc_telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpc/test_rpc_telegram.py b/tests/rpc/test_rpc_telegram.py index 6fff97abd..d009c92ae 100644 --- a/tests/rpc/test_rpc_telegram.py +++ b/tests/rpc/test_rpc_telegram.py @@ -2861,7 +2861,7 @@ async def test_telegram_list_custom_data(default_conf_usdt, update, ticker, fee, context.args = ["1"] await telegram._list_custom_data(update=update, context=context) assert msg_mock.call_count == 1 - assert "No custom_data found for Trade ID: 1." in msg_mock.call_args_list[0][0][0] + assert "No custom-data found for Trade ID: 1." in msg_mock.call_args_list[0][0][0] msg_mock.reset_mock() # Add some custom data