Skip to content

Commit

Permalink
[savedObjects/tests/functional] delete document that would normally e…
Browse files Browse the repository at this point in the history
…xist
  • Loading branch information
spalger committed Oct 2, 2017
1 parent eaa739f commit 977728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_integration/apis/saved_objects/delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ({ getService }) {

it('returns generic 404 when kibana index is missing', async () => (
await supertest
.delete(`/api/saved_objects/dashboard/not-a-real-id`)
.delete(`/api/saved_objects/dashboard/be3733a0-9efe-11e7-acb3-3dab96693fab`)
.expect(404)
.then(resp => {
expect(resp.body).to.eql({
Expand Down

0 comments on commit 977728f

Please sign in to comment.