Skip to content

Commit

Permalink
Review#3: fix typo in a test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Nov 23, 2020
1 parent 51e822e commit 079bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security/server/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ describe('config schema', () => {
`);
});

it('requires both `id` and `key` in extend `apiKey` format credentials', () => {
it('requires both `id` and `key` in extended `apiKey` format credentials', () => {
expect(() =>
ConfigSchema.validate({
authc: {
Expand Down

0 comments on commit 079bc93

Please sign in to comment.