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(), )