Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: snapshots after removing embedders from default settings #1627

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading