Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fixed e2e output
Browse files Browse the repository at this point in the history
Signed-off-by: nshankar13 <nshankar@microsoft.com>
  • Loading branch information
nshankar13 committed Feb 1, 2021
1 parent a51f32c commit 9a687f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_tcp_client_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func testTCPTraffic(permissiveMode bool) {

// Ensure the echo response contains request message
if !strings.Contains(result.Response, requestMsg) {
Td.T.Logf("> (%s) Unexpected response: %s.\n Response expected to contain: %s", result.Response, requestMsg)
Td.T.Logf("> (%s) Unexpected response: %s.\n Response expected to contain: %s", srcToDestStr, result.Response, requestMsg)
return false
}
Td.T.Logf("> (%s) TCP Req succeeded, response: %s", srcToDestStr, result.Response)
Expand Down

0 comments on commit 9a687f3

Please sign in to comment.