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 75c283b commit 4ba0baeCopy full SHA for 4ba0bae
1 file changed
tests/unit/markPullRequestsAsDeployedTest.ts
@@ -84,6 +84,8 @@ function mockGetInputDefaultImplementation(key: string): boolean | string {
84
return 'success';
85
case 'DATE':
86
case 'NOTE':
87
+ case 'ANDROID_SENTRY_URL':
88
+ case 'IOS_SENTRY_URL':
89
return '';
90
default:
91
throw new Error(`Trying to access invalid input: ${key}`);
0 commit comments