From 794cdd2b95cc5820e8f200e76d92245be4d58a0c Mon Sep 17 00:00:00 2001 From: hjoshi123 Date: Mon, 17 Mar 2025 20:52:28 -0600 Subject: [PATCH] fix: fixing ci lint --- source/node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/node_test.go b/source/node_test.go index 78be6bb39..083ea2ca9 100644 --- a/source/node_test.go +++ b/source/node_test.go @@ -377,7 +377,7 @@ func testNodeSourceEndpoints(t *testing.T) { tc.exposeInternalIPv6 = new(bool) *tc.exposeInternalIPv6 = true } - + // Create our object under test and get the endpoints. client, err := NewNodeSource( context.TODO(),