Skip to content

Commit 275c5c0

Browse files
committed
Updates entsearch connector tests
1 parent d008336 commit 275c5c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/entsearch/50_connector_updates.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ teardown:
129129
- match: { configuration.some_field.value: 123 }
130130
- match: { configuration.some_field.sensitive: false }
131131
- match: { configuration.some_field.display: numeric }
132-
- match: { status: configured }
133132
- match: { configuration.yet_another_field.value: "peace & love" }
134133

135134
- do:
@@ -148,7 +147,7 @@ teardown:
148147
connector.put:
149148
connector_id: test-connector-native
150149
body:
151-
index_name: search-3-test
150+
index_name: content-search-3-test
152151
name: my-connector
153152
language: pl
154153
is_native: false
@@ -165,7 +164,6 @@ teardown:
165164
connector.get:
166165
connector_id: test-connector-native
167166
- match: { is_native: true }
168-
- match: { status: configured }
169167

170168
- do:
171169
connector.update_pipeline:

0 commit comments

Comments
 (0)