File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/generative-experiences-api-client/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ describe('createClient', () => {
8888
8989 expect ( searchSingleIndex ) . toHaveBeenCalledWith (
9090 expect . objectContaining ( {
91- indexName : 'shopping_guides_indexName ' ,
91+ indexName : 'guides_indexName ' ,
9292 } )
9393 ) ;
9494 } ) ;
@@ -110,7 +110,7 @@ describe('createClient', () => {
110110
111111 expect ( searchSingleIndex ) . toHaveBeenCalledWith (
112112 expect . objectContaining ( {
113- indexName : 'shopping_guides_indexName ' ,
113+ indexName : 'guides_indexName ' ,
114114 } )
115115 ) ;
116116 } ) ;
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ export function createClient(opts: CreateClientOptions) {
604604 } ,
605605
606606 _outputIndexName ( ) {
607- return `shopping_guides_ ${ this . options . indexName } ` ;
607+ return `guides_ ${ this . options . indexName } ` ;
608608 } ,
609609 } ;
610610}
You can’t perform that action at this time.
0 commit comments