From d12a889ea1e239e35ba9799d62ae6d4cd1a00cdc Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 16 May 2024 02:59:06 +0800 Subject: [PATCH] nit Signed-off-by: Kevin Su --- flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go b/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go index 5aa3a839f1..d27539b8e2 100644 --- a/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go +++ b/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go @@ -109,7 +109,7 @@ func TestEndToEnd(t *testing.T) { }, }, }, - SecurityContext: &flyteIdlCore.SecurityContext{Connection: "openai"}, + SecurityContext: &flyteIdlCore.SecurityContext{ConnectionRef: "openai"}, } expectedOutputs, err := coreutils.MakeLiteralMap(map[string]interface{}{"x": 1})