The response JSON has changed.

Original commit: elastic/x-pack-elasticsearch@86f9973a68
This commit is contained in:
Alexander Reelsen 2018-04-02 21:59:31 +02:00 committed by Lee Hinman
parent 1f48d6d2da
commit ca6879b83e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
- is_false: hits.hits.0._source.result.actions.0.jira.fields.issuetype.name
- match: { hits.hits.0._source.result.actions.0.jira.fields.project.key: "XWT" }
- match: { hits.hits.0._source.result.actions.0.jira.fields.labels.0: "integration-tests" }
- match: { hits.hits.0._source.result.actions.0.jira.reason: "Bad Request - ThrottlerField [issuetype] has error [issue type is required]\n" }
- match: { hits.hits.0._source.result.actions.0.jira.reason: "Bad Request - Field [issuetype] has error [issue type is required]\n" }
- match: { hits.hits.0._source.result.actions.0.jira.request.method: "post" }
- match: { hits.hits.0._source.result.actions.0.jira.request.path: "/rest/api/2/issue" }
- is_true: hits.hits.0._source.result.actions.0.jira.request.auth.basic.username