Skip to content

Commit

Permalink
Fix SpanEventSerializerTest flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ambushwork committed Oct 7, 2024
1 parent 4cc5caf commit 3d85ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal class SpanEventSerializerTest {
forge: Forge
) {
// GIVEN
val fakeSanitizedAttributes = forge.exhaustiveAttributes()
val fakeSanitizedAttributes = forge.exhaustiveAttributes(setOf(KEY_USR_ID, KEY_USR_NAME, KEY_USR_EMAIL))
whenever(
mockDatadogConstraints
.validateAttributes(
Expand Down

0 comments on commit 3d85ee1

Please sign in to comment.