From e779d94ce397feacfbdb7cd60a890021c249fdfd Mon Sep 17 00:00:00 2001 From: Bagatur Date: Sun, 18 Aug 2024 12:56:25 -0700 Subject: [PATCH] fmt --- python/tests/integration_tests/test_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/tests/integration_tests/test_client.py b/python/tests/integration_tests/test_client.py index 97cca837c..d939111d4 100644 --- a/python/tests/integration_tests/test_client.py +++ b/python/tests/integration_tests/test_client.py @@ -310,6 +310,8 @@ def test_similar_examples(langchain_client: Client) -> None: ) assert len(similar_list) == 2 + langchain_client.delete_dataset(dataset_id=dataset.id) + @pytest.mark.skip(reason="This test is flaky") def test_persist_update_run(langchain_client: Client) -> None: