You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/connector/10_connector_put.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ setup:
58
58
connector.put:
59
59
connector_id: test-connector-native
60
60
body:
61
-
index_name: search-test
61
+
index_name: content-search-test
62
62
is_native: true
63
63
64
64
- match: { result: 'created' }
@@ -68,7 +68,7 @@ setup:
68
68
connector_id: test-connector-native
69
69
70
70
- match: { id: test-connector-native }
71
-
- match: { index_name: search-test }
71
+
- match: { index_name: content-search-test }
72
72
- match: { is_native: true }
73
73
- match: { sync_now: false }
74
74
- match: { status: needs_configuration }
@@ -151,6 +151,7 @@ setup:
151
151
is_native: false
152
152
service_type: super-connector
153
153
154
+
154
155
---
155
156
'Create Connector - Id returned as part of response':
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/connector/130_connector_update_index_name.yml
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/connector/140_connector_update_native.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ setup:
7
7
connector.put:
8
8
connector_id: test-connector
9
9
body:
10
-
index_name: search-1-test
10
+
index_name: content-search-1-test
11
11
name: my-connector
12
12
language: pl
13
13
is_native: false
@@ -29,7 +29,6 @@ setup:
29
29
connector_id: test-connector
30
30
31
31
- match: { is_native: true }
32
-
- match: { status: configured }
33
32
34
33
- do:
35
34
connector.update_native:
@@ -44,7 +43,6 @@ setup:
44
43
connector_id: test-connector
45
44
46
45
- match: { is_native: false }
47
-
- match: { status: configured }
48
46
49
47
---
50
48
"Update Connector Native - 404 when connector doesn't exist":
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/connector/15_connector_post.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ setup:
71
71
- do:
72
72
connector.post:
73
73
body:
74
-
index_name: search-test
74
+
index_name: content-search-test
75
75
is_native: true
76
76
77
77
- set: { id: id }
@@ -82,7 +82,7 @@ setup:
82
82
connector_id: $id
83
83
84
84
- match: { id: $id }
85
-
- match: { index_name: search-test }
85
+
- match: { index_name: content-search-test }
86
86
- match: { is_native: true }
87
87
- match: { sync_now: false }
88
88
- match: { status: needs_configuration }
@@ -102,6 +102,7 @@ setup:
102
102
is_native: false
103
103
service_type: super-connector
104
104
105
+
105
106
---
106
107
'Create Connector - Index name used by another connector':
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/connector/20_connector_list.yml
0 commit comments