From 9aa8ed7ea9093f5bd7815c6ad9a8877988136a5e Mon Sep 17 00:00:00 2001
From: jbhusson <jonah@elixxir.io>
Date: Wed, 4 Jan 2023 18:24:13 -0500
Subject: [PATCH] Remove detail from test

---
 connect/webConn_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connect/webConn_test.go b/connect/webConn_test.go
index 0dda5f3..8bca386 100644
--- a/connect/webConn_test.go
+++ b/connect/webConn_test.go
@@ -144,7 +144,7 @@ func Test_checkErrorExceptions(t *testing.T) {
 }
 
 //func Test_isOnline_actual(t *testing.T) {
-//	targetAddr := "a98c39d9f9a3b08ddc63d979f69e71c03e76e75353878e3d4b3c2e.xxnode.io:22840"
+//	targetAddr := ".xxnode.io:22840"
 //	_, ok := isOnlineHelper(targetAddr, time.Second*10)
 //	t.Fatal(ok)
 //}
-- 
GitLab