From 9aa1255e9fc72afde65ffa6718798bd23485e7ab Mon Sep 17 00:00:00 2001 From: keeghcet Date: Mon, 8 Sep 2025 19:00:06 +0800 Subject: [PATCH] chore: fix problematic comment Signed-off-by: keeghcet --- tests/node/utils/mod.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/node/utils/mod.go b/tests/node/utils/mod.go index 54f414672d..51b06a766b 100644 --- a/tests/node/utils/mod.go +++ b/tests/node/utils/mod.go @@ -21,7 +21,7 @@ const ( DEFAULT_TIMEOUT = 10 * time.Second ) -// GetCPUStats executes shell commands to get CPU usage statistics from a service +// rpcEndpoint gets the RPC endpoint URL for a specified service from Kurtosis func rpcEndpoint(ctx context.Context, serviceName string) (string, error) { kurtosisCtx, err := kurtosis_context.NewKurtosisContextFromLocalEngine() if err != nil {