Skip to content

Commit

Permalink
Remove old fixture usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Nov 28, 2023
1 parent ca0361f commit 8be1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib_integration/openai/test_openai_autologger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def comet_setup():
yield

@pytest.mark.forked
def test_openai_autologger__chain_exists__openai_call_was_made__openai_call_added_to_chain_as_node(openai_setup, comet_setup):
def test_openai_autologger__chain_exists__openai_call_was_made__openai_call_added_to_chain_as_node(comet_setup):
import openai
comet_llm.start_chain(
inputs={"any-name": "any-input"},
Expand Down

0 comments on commit 8be1c2b

Please sign in to comment.