Skip to content

Commit

Permalink
chore(sentry_webhook): update UAT record ID (Jigsaw-Code#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Feb 22, 2024
1 parent cd5f917 commit 78f0934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sentry_webhook/post_sentry_event_to_salesforce.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('postSentryEventToSalesforce', () => {
'&email=foo%40bar.com' +
'&00N3F000002Rqhq=' +
'&description=my%20message' +
'&UNKNOWN=I%20am%20using%20the%20Outline%20client%20application%20on%20my%20mobile%20or%20desktop%20device'
'&00N75000000wYiX=I%20am%20using%20the%20Outline%20client%20application%20on%20my%20mobile%20or%20desktop%20device'
);
expect(mockRequest.end).toHaveBeenCalled();
});
Expand Down
2 changes: 1 addition & 1 deletion src/sentry_webhook/post_sentry_event_to_salesforce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const SALESFORCE_FORM_FIELDS_DEV: SalesforceFormFields = {
os: '00N3F000002cLcN',
version: '00N3F000002cLcI',
build: '00N75000000wmdC',
role: 'UNKNOWN',
role: '00N75000000wYiX',
isUpdatedForm: '00N75000000wmd7',
};
const SALESFORCE_FORM_FIELDS_PROD: SalesforceFormFields = {
Expand Down

0 comments on commit 78f0934

Please sign in to comment.