Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Dec 6, 2024
1 parent a37fca0 commit 37dc366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trace/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func Test_logResponseBody_error(t *testing.T) {
ContentLength: 10,
Header: http.Header{"Content-Type": []string{"text/plain"}},
},
want: " Error reading response body: mock error",
want: " Error reading response body: mock read error",
},
}

Expand Down

0 comments on commit 37dc366

Please sign in to comment.