Skip to content

Commit

Permalink
fix(Notion Node): Update credential test to not require user permissi…
Browse files Browse the repository at this point in the history
…ons (#6022)
  • Loading branch information
Joffcom authored and netroy committed Apr 20, 2023
1 parent 6ec1c45 commit 6d02ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/credentials/NotionApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class NotionApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: 'https://api.notion.com/v1',
url: '/users',
url: '/users/me',
},
};

Expand Down

0 comments on commit 6d02ae5

Please sign in to comment.