Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 15, 2020
1 parent cb269ab commit c6d2631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('resilient connector validation', () => {
errors: {
apiUrl: ['URL is required.'],
apiKeyId: [],
apiKeySecret: ['API key secret is required'],
apiKeySecret: ['Secret is required'],
orgId: ['Organization ID is required'],
},
});
Expand Down

0 comments on commit c6d2631

Please sign in to comment.