mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(test_utils.py): fix test
This commit is contained in:
parent
c1a33dcc5f
commit
22d3e492f9
1 changed files with 2 additions and 2 deletions
|
|
@ -678,8 +678,8 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
|||
},
|
||||
}
|
||||
|
||||
# prod_json = "./model_prices_and_context_window.json"
|
||||
prod_json = "../../model_prices_and_context_window.json"
|
||||
prod_json = "./model_prices_and_context_window.json"
|
||||
# prod_json = "../../model_prices_and_context_window.json"
|
||||
with open(prod_json, "r") as model_prices_file:
|
||||
actual_json = json.load(model_prices_file)
|
||||
assert isinstance(actual_json, dict)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue