Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Feb 3, 2025
1 parent 523ebab commit 47a857b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/contrib/openai/test_openai_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ def test_completion(api_key_in_env, request_api_key, openai, openai_vcr, mock_ll


@pytest.mark.parametrize("api_key_in_env", [True, False])
async def test_acompletion(
api_key_in_env, request_api_key, openai, openai_vcr, mock_llmobs_writer, snapshot_tracer
):
async def test_acompletion(api_key_in_env, request_api_key, openai, openai_vcr, mock_llmobs_writer, snapshot_tracer):
with snapshot_context(
token="tests.contrib.openai.test_openai.test_acompletion",
ignores=["meta.http.useragent", "meta.openai.api_type", "meta.openai.api_base"],
Expand Down

0 comments on commit 47a857b

Please sign in to comment.