From bd2a7dc9310503cc770f580fdaca91243046fd10 Mon Sep 17 00:00:00 2001 From: Janos Pasztor Date: Thu, 31 Dec 2020 01:59:25 +0100 Subject: [PATCH] Removed accidentally committed test config --- full_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/full_test.go b/full_test.go index d5cc520..5bf2ba7 100644 --- a/full_test.go +++ b/full_test.go @@ -194,7 +194,6 @@ func (f *fullHandler) OnNetworkConnection(client net.TCPAddr, connectionID strin config := docker.Config{} structutils.Defaults(&config) config.Execution.Mode = f.mode - config.Connection.Host = "tcp://localhost:2375" backend, err := docker.New( client,