@@ -85,10 +85,10 @@ func Test_Start(t *testing.T) {
8585
8686 assert .True (t , true )
8787 output := buf .String ()
88- assert .Contains (t , output , "✓ [docker-host] Successful test" )
89- assert .Contains (t , output , "✗ [192.168.0.1] Failed test" )
90- assert .Contains (t , output , "✗ [local] 'Invalid command' could not be executed with error message" )
91- assert .Contains (t , output , "✗ [ssh-host1] 'Failed test on stderr', on property 'Stderr'" )
88+ assert .Contains (t , output , "✓ [] [ docker-host] Successful test" )
89+ assert .Contains (t , output , "✗ [] [ 192.168.0.1] Failed test" )
90+ assert .Contains (t , output , "✗ [] [ local] 'Invalid command' could not be executed with error message" )
91+ assert .Contains (t , output , "✗ [] [ ssh-host1] 'Failed test on stderr', on property 'Stderr'" )
9292 assert .Contains (t , output , "Some error message" )
9393}
9494
@@ -123,7 +123,7 @@ func Test_SuccessSuite(t *testing.T) {
123123 wg .Wait ()
124124
125125 assert .True (t , true )
126- assert .True (t , strings .Contains (buf .String (), "✓ [local] Successful test" ))
126+ assert .True (t , strings .Contains (buf .String (), "✓ [] [ local] Successful test" ))
127127 assert .True (t , strings .Contains (buf .String (), "Duration" ))
128128 assert .True (t , strings .Contains (buf .String (), "Count: 1, Failed: 0" ))
129129}
0 commit comments