From 53ef480bc8e767f3a12714c2b586fca79fa121d6 Mon Sep 17 00:00:00 2001 From: Morgane Dubus <30866152+mdubus@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:31:24 +0100 Subject: [PATCH] fix: snapshots after removing embedders from default settings (#1627) --- tests/__snapshots__/settings.test.ts.snap | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/__snapshots__/settings.test.ts.snap b/tests/__snapshots__/settings.test.ts.snap index ba95259e7..654f57729 100644 --- a/tests/__snapshots__/settings.test.ts.snap +++ b/tests/__snapshots__/settings.test.ts.snap @@ -7,7 +7,6 @@ exports[`Test on settings Admin key: Get default settings of an index 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -54,7 +53,6 @@ exports[`Test on settings Admin key: Get default settings of empty index with pr "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -101,7 +99,6 @@ exports[`Test on settings Admin key: Reset settings 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -148,7 +145,6 @@ exports[`Test on settings Admin key: Reset settings of empty index 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -195,7 +191,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -242,7 +237,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -292,7 +286,6 @@ exports[`Test on settings Admin key: Update settings 1`] = ` "title", ], "distinctAttribute": "title", - "embedders": {}, "faceting": { "maxValuesPerFacet": 50, "sortFacetValuesBy": { @@ -357,7 +350,6 @@ exports[`Test on settings Admin key: Update settings on empty index with primary "*", ], "distinctAttribute": "title", - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -402,7 +394,6 @@ exports[`Test on settings Admin key: Update settings with all null values 1`] = "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -449,7 +440,6 @@ exports[`Test on settings Master key: Get default settings of an index 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -496,7 +486,6 @@ exports[`Test on settings Master key: Get default settings of empty index with p "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -543,7 +532,6 @@ exports[`Test on settings Master key: Reset settings 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -590,7 +578,6 @@ exports[`Test on settings Master key: Reset settings of empty index 1`] = ` "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -637,7 +624,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -684,7 +670,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -734,7 +719,6 @@ exports[`Test on settings Master key: Update settings 1`] = ` "title", ], "distinctAttribute": "title", - "embedders": {}, "faceting": { "maxValuesPerFacet": 50, "sortFacetValuesBy": { @@ -799,7 +783,6 @@ exports[`Test on settings Master key: Update settings on empty index with primar "*", ], "distinctAttribute": "title", - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": { @@ -844,7 +827,6 @@ exports[`Test on settings Master key: Update settings with all null values 1`] = "*", ], "distinctAttribute": null, - "embedders": {}, "faceting": { "maxValuesPerFacet": 100, "sortFacetValuesBy": {