Skip to content

Commit

Permalink
fix telemetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Jan 10, 2024
1 parent b4653a2 commit e9e4c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public async Task Telemetry_SendsRedactedErrorLogs()
allLogs.Should()
.ContainSingle()
.Which.Message.Should()
.Be("Unable to parse custom sampling rules");
.Be("Unable to parse the trace sampling rules.");
}

[SkippableFact]
Expand Down

0 comments on commit e9e4c70

Please sign in to comment.