Skip to content

Commit

Permalink
Update test_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 authored Dec 23, 2024
1 parent 6d17be1 commit 9921653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/tests/integration_tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,9 +1260,6 @@ async def test_summary_evaluation_with_evaluator_results(
) -> None:
"""Test summary evaluators receive evaluator results."""
dataset_name = "__test_summary_evaluation_inline_eval" + uuid4().hex[:4]
langchain_client = Client(
api_key="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"
)
dataset = langchain_client.create_dataset(
dataset_name,
description="Test dataset for evals with attachments",
Expand Down

0 comments on commit 9921653

Please sign in to comment.