update format

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2020-05-19 13:56:59 +08:00
parent 770fb6c31b
commit 509450a978

View File

@ -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
`
)