Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Nov 18, 2019
1 parent cc22bdf commit d0c43c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
expect(response.statusCode).to.eql(200);
objectRemover.add(space.id, response.body.id, 'alert');

// Wait for test.authroization to index a document before disabling the alert and waiting for tasks to finish
// Wait for test.authorization to index a document before disabling the alert and waiting for tasks to finish
await esTestIndexTool.waitForDocs('alert:test.authorization', reference);
await alertUtils.disable(response.body.id);
await taskManagerUtils.waitForIdle(testStart);
Expand Down Expand Up @@ -311,7 +311,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
expect(response.statusCode).to.eql(200);
objectRemover.add(space.id, response.body.id, 'alert');

// Wait for test.authroization to index a document before disabling the alert and waiting for tasks to finish
// Wait for test.authorization to index a document before disabling the alert and waiting for tasks to finish
await esTestIndexTool.waitForDocs('alert:test.authorization', reference);
await alertUtils.disable(response.body.id);
await taskManagerUtils.waitForIdle(testStart);
Expand Down

0 comments on commit d0c43c4

Please sign in to comment.