diff --git a/internal/modules/generic/commands_test.go b/internal/modules/generic/commands_test.go index cc50dcb..305a6a8 100644 --- a/internal/modules/generic/commands_test.go +++ b/internal/modules/generic/commands_test.go @@ -2544,6 +2544,7 @@ func Test_Generic(t *testing.T) { } // Connect to the server + conn, err := internal.GetConnection("localhost", port) if err != nil { t.Error(err)