From af356b9146a09f05546a6a939f88becff6f6ce0a Mon Sep 17 00:00:00 2001 From: Alex Golec Date: Fri, 3 Jun 2022 08:26:56 -0400 Subject: [PATCH] Fix tests --- tests/client_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/client_test.py b/tests/client_test.py index 75ea535d..264411dc 100644 --- a/tests/client_test.py +++ b/tests/client_test.py @@ -844,7 +844,7 @@ def test_get_option_chain_strike_range(self): self.make_url('/v1/marketdata/chains'), params={ 'apikey': API_KEY, 'symbol': 'AAPL', - 'range': 'IN_THE_MONEY'}) + 'range': 'ITM'}) def test_get_option_chain_strike_range_unchecked(self):