Skip to content

Commit

Permalink
fix: snapshots after removing embedders from default settings (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdubus authored Jan 15, 2024
1 parent 6cd6b03 commit 53ef480
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/__snapshots__/settings.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exports[`Test on settings Admin key: Get default settings of an index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -101,7 +99,6 @@ exports[`Test on settings Admin key: Reset settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -148,7 +145,6 @@ exports[`Test on settings Admin key: Reset settings of empty index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -195,7 +191,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -242,7 +237,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -292,7 +286,6 @@ exports[`Test on settings Admin key: Update settings 1`] = `
"title",
],
"distinctAttribute": "title",
"embedders": {},
"faceting": {
"maxValuesPerFacet": 50,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -357,7 +350,6 @@ exports[`Test on settings Admin key: Update settings on empty index with primary
"*",
],
"distinctAttribute": "title",
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -402,7 +394,6 @@ exports[`Test on settings Admin key: Update settings with all null values 1`] =
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -449,7 +440,6 @@ exports[`Test on settings Master key: Get default settings of an index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -543,7 +532,6 @@ exports[`Test on settings Master key: Reset settings 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -590,7 +578,6 @@ exports[`Test on settings Master key: Reset settings of empty index 1`] = `
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -637,7 +624,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -684,7 +670,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -734,7 +719,6 @@ exports[`Test on settings Master key: Update settings 1`] = `
"title",
],
"distinctAttribute": "title",
"embedders": {},
"faceting": {
"maxValuesPerFacet": 50,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -799,7 +783,6 @@ exports[`Test on settings Master key: Update settings on empty index with primar
"*",
],
"distinctAttribute": "title",
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down Expand Up @@ -844,7 +827,6 @@ exports[`Test on settings Master key: Update settings with all null values 1`] =
"*",
],
"distinctAttribute": null,
"embedders": {},
"faceting": {
"maxValuesPerFacet": 100,
"sortFacetValuesBy": {
Expand Down

0 comments on commit 53ef480

Please sign in to comment.