Skip to content

Commit 1988a21

Browse files
committed
Fix more
1 parent 671cf70 commit 1988a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/search/56_search_application_search_with_apikey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ teardown:
362362
name: test-search-application
363363
- match: { status: 403 }
364364
- match: { error.type: security_exception }
365-
- match: { error.reason: "action [indices:data/read/xpack/application/search_application/search] is unauthorized for API key id [${api_key_id_1}] of user [entsearch-user] on indices [test-search-application], this action is granted by the index privileges [read,all]" }
365+
- match: { error.reason: "action [indices:data/read/xpack/application/search_application/search] is unauthorized for API key id [${api_key_id_1}] of user [entsearch-user] on indices [test-search-application], this action is granted by the index privileges [read,read_failure_store,all]" }
366366

367367
# Query Search Application 'test-search-application-1' with new API key (api_key_encoded_1) should be allowed:
368368
- do:

0 commit comments

Comments
 (0)