From 73a06786074c0d18deea7f71a3f105f11b61f227 Mon Sep 17 00:00:00 2001 From: burnout87 Date: Thu, 9 Nov 2023 19:11:22 +0100 Subject: [PATCH] get_instruments_list no additional logging --- tests/test_live.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_live.py b/tests/test_live.py index 7609c2ee..1c0ecc0f 100644 --- a/tests/test_live.py +++ b/tests/test_live.py @@ -97,6 +97,7 @@ def test_instrument_description_not_null(remove_any_token_from_environment): host=get_platform_dispatcher(), instrument="mock", ) + assert disp.get_instrument_description('isgri') is not None