diff --git a/openbb_platform/extensions/fixedincome/integration/test_fixedincome_api.py b/openbb_platform/extensions/fixedincome/integration/test_fixedincome_api.py index 1f1b1b09dc91..0add3c560b66 100644 --- a/openbb_platform/extensions/fixedincome/integration/test_fixedincome_api.py +++ b/openbb_platform/extensions/fixedincome/integration/test_fixedincome_api.py @@ -515,7 +515,7 @@ def test_fixedincome_government_treasury_auctions(params, headers): ), ( { - "date": None, + "date": "2023-11-16", "cusip": None, "security_type": "bill", "provider": "government_us", diff --git a/openbb_platform/extensions/fixedincome/integration/test_fixedincome_python.py b/openbb_platform/extensions/fixedincome/integration/test_fixedincome_python.py index d95cb2aa9173..b3ab55754466 100644 --- a/openbb_platform/extensions/fixedincome/integration/test_fixedincome_python.py +++ b/openbb_platform/extensions/fixedincome/integration/test_fixedincome_python.py @@ -476,7 +476,7 @@ def test_fixedincome_government_treasury_auctions(params, obb): ), ( { - "date": None, + "date": "2023-11-16", "cusip": None, "security_type": "bill", "provider": "government_us", diff --git a/openbb_platform/extensions/news/integration/test_news_api.py b/openbb_platform/extensions/news/integration/test_news_api.py index 78e9e3cb8cb1..746c62933f75 100644 --- a/openbb_platform/extensions/news/integration/test_news_api.py +++ b/openbb_platform/extensions/news/integration/test_news_api.py @@ -147,12 +147,12 @@ def test_news_world(params, headers): "source": "bloomberg.com", } ), - ( - { - "provider": "ultima", - "sectors": "Real Estate", - } - ), + # ( + # { + # "provider": "ultima", + # "sectors": "Real Estate", + # } + # ), ], ) @pytest.mark.integration @@ -166,6 +166,7 @@ def test_news_company(params, headers): assert result.status_code == 200 +@pytest.mark.skip("openbb-ultima is not installed on the CI.") @parametrize( "params", [ diff --git a/openbb_platform/extensions/news/integration/test_news_python.py b/openbb_platform/extensions/news/integration/test_news_python.py index 6a7ca2bfd971..574e4f7cf5b7 100644 --- a/openbb_platform/extensions/news/integration/test_news_python.py +++ b/openbb_platform/extensions/news/integration/test_news_python.py @@ -141,12 +141,12 @@ def test_news_world(params, obb): "source": "bloomberg.com", } ), - ( - { - "provider": "ultima", - "symbols": "AAPL,MSFT", - } - ), + # ( + # { + # "provider": "ultima", + # "symbols": "AAPL,MSFT", + # } + # ), ], ) @pytest.mark.integration @@ -159,6 +159,7 @@ def test_news_company(params, obb): assert len(result.results) > 0 +@pytest.mark.skip("openbb-ultima is not installed on the CI.") @parametrize( "params", [