unified-storage: Missing rename of index_server to search_server (#107469)

* rename
This commit is contained in:
Will Assis
2025-07-01 14:35:46 -04:00
committed by GitHub
parent fdf4935e42
commit fe7ca61a51
3 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -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(),