Skip to content

Commit 4b42936

Browse files
committed
server: add #[track_caller] attribute
1 parent fe7b260 commit 4b42936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/http/src/test_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pub fn assert_error_response(
6060
.clone()
6161
}
6262

63+
#[track_caller]
6364
pub fn assert_expected_headers(response: &Response<Body>) {
6465
assert_eq!(
6566
response

0 commit comments

Comments
 (0)