Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 11, 2024
1 parent 52ff721 commit cfc2f3e
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 @@ -1811,9 +1811,6 @@ def test_bulk_update_examples_with_attachments_operations(

def test_examples_multipart_attachment_path(langchain_client: Client) -> None:
"""Test uploading examples with attachments via multipart endpoint."""
langchain_client = Client(
api_key="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"
)
dataset_name = "__test_upload_examples_multipart" + uuid4().hex[:4]
if langchain_client.has_dataset(dataset_name=dataset_name):
langchain_client.delete_dataset(dataset_name=dataset_name)
Expand Down

0 comments on commit cfc2f3e

Please sign in to comment.