Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 15, 2020
1 parent c5eab31 commit 2034d02
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('jira connector validation', () => {
errors: {
apiUrl: ['URL is required.'],
email: [],
apiToken: ['API token or Password is required'],
apiToken: ['API token or password is required'],
projectKey: ['Project key is required'],
},
});
Expand Down

0 comments on commit 2034d02

Please sign in to comment.