aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/client_test.go')
-rw-r--r--lib/ssh/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/client_test.go b/lib/ssh/client_test.go
index 062a32cc..feead9cc 100644
--- a/lib/ssh/client_test.go
+++ b/lib/ssh/client_test.go
@@ -20,7 +20,7 @@ func TestNewClient_KeyError_notExist(t *testing.T) {
t.Skip(`Require active SSH server`)
var (
- section = config.NewSection(`localhost`)
+ section = config.NewSection(nil, `localhost`)
wd string
err error