Skip to content

Commit

Permalink
Fix broken integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Jul 26, 2019
1 parent 08d671b commit 09f5f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/alerting/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function createAlertTests({ getService }: KibanaFunctionalTestDef
expect(taskRecord.task.taskType).to.eql('alerting:test.noop');
expect(JSON.parse(taskRecord.task.params)).to.eql({
alertId: resp.body.id,
basePath: '',
spaceId: 'default',
});
});
});
Expand Down

0 comments on commit 09f5f51

Please sign in to comment.