Skip to content

Commit bdb6cbe

Browse files
committed
Fix missing type
1 parent ec9bac7 commit bdb6cbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/app/src/cli/models/app/app.test-data.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ export const testRemoteExtensionTemplates: ExtensionTemplate[] = [
11641164

11651165
export const testPartnersUserSession: PartnersSession = {
11661166
token: 'token',
1167+
businessPlatformToken: 'businessPlatformToken',
11671168
accountInfo: {
11681169
type: 'UserAccount',
11691170
@@ -1435,6 +1436,7 @@ export function testDeveloperPlatformClient(stubs: Partial<DeveloperPlatformClie
14351436

14361437
export const testPartnersServiceSession: PartnersSession = {
14371438
token: 'partnersToken',
1439+
businessPlatformToken: 'businessPlatformToken',
14381440
accountInfo: {
14391441
type: 'ServiceAccount',
14401442
orgName: 'organization',

0 commit comments

Comments
 (0)