Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Mar 4, 2024
1 parent 18e650c commit bbc4bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async fn get_spans(f: impl FnOnce()) -> Option<Vec<Span>> {
#[cfg(feature = "traces")]
#[tokio::test(flavor = "multi_thread")]
async fn traces_are_sent_to_datadog() {
let log_message = "hello it_sends_traces_to_jaeger";
let log_message = "hello traces_are_sent_to_datadog";

let spans = get_spans(|| {
let span = tracing::info_span!("my span");
Expand Down

0 comments on commit bbc4bfd

Please sign in to comment.