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 19, 2024
1 parent 028ad65 commit 66487c9
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 @@ -1482,9 +1482,6 @@ def evaluator(run: Run, example: Example) -> Dict[str, Any]:
async def test_aevaluate_with_attachments(langchain_client: Client) -> None:
"""Test evaluating examples with attachments."""
dataset_name = "__test_aevaluate_attachments" + 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 66487c9

Please sign in to comment.