diff --git a/plugin_test.go b/plugin_test.go index 133b83e..5cf5e84 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -430,10 +430,10 @@ func TestFingerprint(t *testing.T) { var ( buffer bytes.Buffer expected = ` - localhost: ======CMD====== - localhost: whoami - localhost: ======END====== - localhost: out: drone-scp + ======CMD====== + whoami + ======END====== + out: drone-scp ` )