Skip to content

Commit 3ac4e78

Browse files
committed
Fix more tests
1 parent 3a28421 commit 3ac4e78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ export interface TypeIdTuple {
150150

151151
export const mappings: SavedObjectsTypeMappingDefinition = {
152152
properties: {
153+
foo: {
154+
properties: {
155+
// No fields indexed
156+
},
157+
},
153158
config: {
154159
properties: {
155160
otherField: {

0 commit comments

Comments
 (0)