From e662dcca73a7f5b5456e7c49894a3ad3f18fdce5 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Fri, 9 Feb 2024 10:51:24 -0800 Subject: [PATCH] Comment fix Signed-off-by: Derek Nola --- tests/integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/integration.go b/tests/integration/integration.go index 2aea49de0ab1..22439e29aead 100644 --- a/tests/integration/integration.go +++ b/tests/integration/integration.go @@ -237,7 +237,7 @@ func K3sTestLock() (int, error) { // K3sStartServer acquires an exclusive lock on a temporary file, then launches a k3s cluster // with the provided arguments. Subsequent/parallel calls to this function will block until -// the original lock is cleared using K3sKillServer +// the original lock is cleared using K3sCleanup func K3sStartServer(inputArgs ...string) (*K3sServer, error) { if !IsRoot() { return nil, errors.New("integration tests must be run as sudo/root")