Skip to content

Commit 786d034

Browse files
committed
[phonetic] move integration tests to REST tests
Fix for #12095
1 parent b970fba commit 786d034

File tree

1 file changed

+2
-2
lines changed
  • plugins/analysis-phonetic/rest-api-spec/test/analysis_phonetic

1 file changed

+2
-2
lines changed

plugins/analysis-phonetic/rest-api-spec/test/analysis_phonetic/40_search.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
- do:
3232
index:
33-
index: test
33+
index: phonetic_sample
3434
type: type
3535
id: 1
3636
body: { "text": "hello world" }
@@ -39,7 +39,7 @@
3939

4040
- do:
4141
search:
42-
index: test
42+
index: phonetic_sample
4343
body:
4444
query:
4545
match:

0 commit comments

Comments
 (0)