Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 29, 2023
1 parent a8c7747 commit 5d2dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ describe.skip('Organization Integration tests', () => {
expect(orgId).toBeDefined()

const sdkCode = findSDKCode('Adobe Stock')
const res = await sdkClient.subscribeCredentialToServices(orgId, integrationId, [
const res = await sdkClient.subscribeIntegrationToServices(orgId, integrationId, [
{
sdkCode,
licenseConfigs: null,
Expand Down

0 comments on commit 5d2dc59

Please sign in to comment.