Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
rishimo committed Sep 24, 2024
1 parent fa8f754 commit d35f0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/notion/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
2 changes: 1 addition & 1 deletion tests/notion/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)

0 comments on commit d35f0da

Please sign in to comment.