Skip to content

Commit d9580ec

Browse files
authored
fix test
Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com>
1 parent 847e5fa commit d9580ec

File tree

1 file changed

+1
-1
lines changed
  • libdd-telemetry/src/worker

1 file changed

+1
-1
lines changed

libdd-telemetry/src/worker/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ mod tests {
12571257
.unwrap();
12581258
assert_eq!(
12591259
req.headers().get(DD_SESSION_ID).unwrap().to_str().unwrap(),
1260-
"sess"
1260+
"sess-id"
12611261
);
12621262
assert!(req.headers().get(DD_ROOT_SESSION_ID).is_none());
12631263
assert!(req.headers().get(DD_PARENT_SESSION_ID).is_none());

0 commit comments

Comments
 (0)