Remove up_test (#268)

up_test is redundant because it is tested in
up_daemon_test

Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
This commit is contained in:
Mikhail Bragin
2022-03-14 17:33:15 +01:00
committed by GitHub
parent 3a69f334e8
commit 957474817f
3 changed files with 5 additions and 66 deletions

View File

@@ -8,6 +8,10 @@ import (
"github.com/wiretrustee/wiretrustee/client/internal"
)
var (
cliAddr string
)
func TestUpDaemon(t *testing.T) {
mgmAddr := startTestingServices(t)