diff --git a/testing/scenarios/shadowsocks_test.go b/testing/scenarios/shadowsocks_test.go index 0115e856..5c6c2d68 100644 --- a/testing/scenarios/shadowsocks_test.go +++ b/testing/scenarios/shadowsocks_test.go @@ -56,7 +56,7 @@ func TestShadowsocksTCP(t *testing.T) { break } if response.Len() > len(expectedResponse) { - fmt.Printf("Unexpected response: %s\n", response.String()) + fmt.Printf("Unexpected response: %v\n", response.Value) break } }