diff --git a/server/rpc_test.go b/server/rpc_test.go index 6caf6bf07..0a73bbbc4 100644 --- a/server/rpc_test.go +++ b/server/rpc_test.go @@ -1419,6 +1419,7 @@ func (r *mockOrchestrator) ImageToText(ctx context.Context, requestID string, re } func (r *mockOrchestrator) LivePortrait(ctx context.Context, requestID string, req worker.LivePortraitLivePortraitPostMultipartRequestBody) (interface{}, error) { return nil, nil +} func (r *mockOrchestrator) TextToSpeech(ctx context.Context, requestID string, req worker.GenTextToSpeechJSONRequestBody) (interface{}, error) { return nil, nil }