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 b99383c commit 442342cCopy full SHA for 442342c
Test/Notion.IntegrationTests/AuthenticationTests.cs renamed to Test/Notion.IntegrationTests/AuthenticationClientTests.cs
@@ -4,7 +4,7 @@
4
5
namespace Notion.IntegrationTests;
6
7
-public class AuthenticationTests : IntegrationTestBase
+public class AuthenticationClientTests : IntegrationTestBase
8
{
9
private readonly string _clientId = GetEnvironmentVariableRequired("NOTION_CLIENT_ID");
10
private readonly string _clientSecret = GetEnvironmentVariableRequired("NOTION_CLIENT_SECRET");
0 commit comments