Skip to content

Commit

Permalink
fix: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Oct 22, 2024
1 parent 1edb8d0 commit 80bea09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
status: 500,
authErrorCategory: 'REFRESH_TOKEN',
message:
'Salesforce Request Failed - due to "INVALID_SESSION_ID", (Retryable) during Salesforce Response Handling',
'Salesforce Request Failed - due to "INVALID_SESSION_ID", (REFRESH_TOKEN) during Salesforce Response Handling',
response: [
{
error:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const testScenariosForV1API: ProxyV1TestData[] = [
status: 500,
authErrorCategory: 'REFRESH_TOKEN',
message:
'Salesforce Request Failed - due to "INVALID_SESSION_ID", (Retryable) during Salesforce Response Handling',
'Salesforce Request Failed - due to "INVALID_SESSION_ID", (REFRESH_TOKEN) during Salesforce Response Handling',
response: [
{
error:
Expand Down

0 comments on commit 80bea09

Please sign in to comment.