File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ teardown:
129
129
- match : { configuration.some_field.value: 123 }
130
130
- match : { configuration.some_field.sensitive: false }
131
131
- match : { configuration.some_field.display: numeric }
132
- - match : { status: configured }
133
132
- match : { configuration.yet_another_field.value: "peace & love" }
134
133
135
134
- do :
@@ -148,7 +147,7 @@ teardown:
148
147
connector.put :
149
148
connector_id : test-connector-native
150
149
body :
151
- index_name : search-3-test
150
+ index_name : content- search-3-test
152
151
name : my-connector
153
152
language : pl
154
153
is_native : false
@@ -165,7 +164,6 @@ teardown:
165
164
connector.get :
166
165
connector_id : test-connector-native
167
166
- match : { is_native: true }
168
- - match : { status: configured }
169
167
170
168
- do :
171
169
connector.update_pipeline :
You can’t perform that action at this time.
0 commit comments