From 0bd227196e8f24ad5547671a0f422eab454f6645 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 12 Feb 2026 18:22:29 +0100 Subject: [PATCH] fix integration tests --- proxy/management_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/management_integration_test.go b/proxy/management_integration_test.go index e3ff74cb8..53d7019f7 100644 --- a/proxy/management_integration_test.go +++ b/proxy/management_integration_test.go @@ -3,9 +3,9 @@ package proxy import ( "context" "crypto/ed25519" - "errors" "crypto/rand" "encoding/base64" + "errors" "net" "sync" "sync/atomic"