summaryrefslogtreecommitdiffstats
path: root/openbb_platform/extensions/etf/integration/test_etf_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/extensions/etf/integration/test_etf_api.py')
-rw-r--r--openbb_platform/extensions/etf/integration/test_etf_api.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbb_platform/extensions/etf/integration/test_etf_api.py b/openbb_platform/extensions/etf/integration/test_etf_api.py
index 1b59abae3cc..fb96327c512 100644
--- a/openbb_platform/extensions/etf/integration/test_etf_api.py
+++ b/openbb_platform/extensions/etf/integration/test_etf_api.py
@@ -171,7 +171,10 @@ def test_etf_holdings(params, headers):
@parametrize(
"params",
- [({"symbol": "SPY,VOO,QQQ,IWM,IWN,GOVT,JNK", "provider": "fmp"})],
+ [
+ ({"symbol": "SPY,VOO,QQQ,IWM,IWN,GOVT,JNK", "provider": "fmp"}),
+ ({"symbol": "SPY,VOO,QQQ,IWM,IWN,GOVT,JNK", "provider": "finviz"}),
+ ],
)
@pytest.mark.integration
def test_etf_price_performance(params, headers):