We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e909426 commit 32a7165Copy full SHA for 32a7165
Test/Notion.IntegrationTests/IPageClientTests.cs
@@ -63,7 +63,7 @@ public async Task Bug_unable_to_create_page_with_select_property()
63
AuthToken = Environment.GetEnvironmentVariable("NOTION_AUTH_TOKEN")
64
};
65
66
- INotionClient _client = new NotionClient(options);
+ INotionClient _client = NotionClientFactory.Create(options);
67
68
PagesCreateParameters pagesCreateParameters = PagesCreateParametersBuilder.Create(new DatabaseParentInput
69
{
0 commit comments