Skip to content

Commit 4ba0bae

Browse files
committed
add mocks for unit tests
1 parent 75c283b commit 4ba0bae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/markPullRequestsAsDeployedTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ function mockGetInputDefaultImplementation(key: string): boolean | string {
8484
return 'success';
8585
case 'DATE':
8686
case 'NOTE':
87+
case 'ANDROID_SENTRY_URL':
88+
case 'IOS_SENTRY_URL':
8789
return '';
8890
default:
8991
throw new Error(`Trying to access invalid input: ${key}`);

0 commit comments

Comments
 (0)