diff --git a/core/http/app_test.go b/core/http/app_test.go index eee66ab1e..6202573b5 100644 --- a/core/http/app_test.go +++ b/core/http/app_test.go @@ -916,7 +916,7 @@ parameters: application, err := application.New( append(commonOpts, - config.WithExternalBackend("transformers", os.Getenv("HUGGINGFACE_GRPC")), + config.WithExternalBackend("transformers", os.Getenv("TRANSFORMER_BACKEND")), config.WithContext(c), config.WithSystemState(systemState), )...)