From d35f0da7bce46f3ae3f17d2a2304942bfd143d8d Mon Sep 17 00:00:00 2001 From: rishimo Date: Tue, 24 Sep 2024 12:57:14 -0700 Subject: [PATCH] test update --- tests/notion/config.yml | 2 +- tests/notion/test_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/notion/config.yml b/tests/notion/config.yml index b929f69d..99e8c7ed 100644 --- a/tests/notion/config.yml +++ b/tests/notion/config.yml @@ -7,5 +7,5 @@ embedding_model: endpoint: azure_openAI_endpoint include_text: true -notion_api_version: '2022-06-08' +notion_api_version: 2022-06-28 output: {} diff --git a/tests/notion/test_config.py b/tests/notion/test_config.py index 3a892d26..d543f332 100644 --- a/tests/notion/test_config.py +++ b/tests/notion/test_config.py @@ -15,6 +15,6 @@ def test_config(test_root_dir): notion_api_token="notion_api_token", embedding_model=embed_config, include_text=True, - notion_api_version="2022-06-08", + notion_api_version="2022-06-28", output=OutputConfig(), )