unified-storage: Missing rename of index_server to search_server (#107469)
* rename
This commit is contained in:
@@ -65,9 +65,9 @@ func TestUnifiedStorageClient(t *testing.T) {
|
||||
|
||||
client, err := newClient(
|
||||
options.StorageOptions{
|
||||
StorageType: options.StorageTypeUnifiedGrpc,
|
||||
Address: resourceServerAddress,
|
||||
IndexServerAddress: indexServerAddress,
|
||||
StorageType: options.StorageTypeUnifiedGrpc,
|
||||
Address: resourceServerAddress,
|
||||
SearchServerAddress: indexServerAddress,
|
||||
},
|
||||
&setting.Cfg{},
|
||||
featuremgmt.WithFeatures(),
|
||||
|
||||
Reference in New Issue
Block a user