Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed May 18, 2024
1 parent ea20273 commit 787da80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ def test_equity_search(params, headers):
(
{
"industry": "REIT",
"sector": "Real Estate",
"sector": "real_estate",
"mktcap_min": None,
"mktcap_max": None,
"price_min": None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def test_equity_search(params, obb):
(
{
"industry": "REIT",
"sector": "Real Estate",
"sector": "real_estate",
"mktcap_min": None,
"mktcap_max": None,
"price_min": None,
Expand Down
2 changes: 1 addition & 1 deletion openbb_platform/providers/fmp/tests/test_fmp_fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def test_fmp_equity_quote_fetcher(credentials=test_credentials):
@pytest.mark.record_http
def test_fmp_equity_screener_fetcher(credentials=test_credentials):
"""Test FMP equity screener fetcher."""
params = {"query": "midstream", "sector": "Energy", "beta_max": 0.5}
params = {"query": "midstream", "sector": "energy", "beta_max": 0.5}

fetcher = FMPEquityScreenerFetcher()
result = fetcher.test(params, credentials)
Expand Down

0 comments on commit 787da80

Please sign in to comment.