Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-01-20 21:24:48 +08:00
parent a07c99c1d5
commit 4e6f9a0ce0
No known key found for this signature in database

View File

@ -963,7 +963,7 @@ func TestCommandWithIPv6(t *testing.T) {
plugin := Plugin{
Config: Config{
Host: []string{"::1"},
Host: []string{"127.0.0.1"},
Username: "drone-scp",
Port: 22,
KeyPath: "./tests/.ssh/id_rsa",