From 8e6fe4531e3913a0d14babd4d4dd1f15e42067ef Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 3 Mar 2026 22:12:37 +0100 Subject: [PATCH] chore(ci): update environment variable for external backend Signed-off-by: Ettore Di Giacinto --- core/http/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), )...)