Skip to content

Commit

Permalink
fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed May 16, 2024
1 parent 30f2ac7 commit e2c2881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public async Task VerifySpans(IImmutableList<MockSpan> spans, VerifySettings set
target.Tags[Tags.AppSecJson] = orderedAppSecJson;
}
return VerifyHelper.ScrubTags(target, target.Tags);
return VerifyHelper.ScrubStringTags(target, target.Tags);
});
});
settings.AddRegexScrubber(AppSecWafDuration, "_dd.appsec.waf.duration: 0.0");
Expand Down

0 comments on commit e2c2881

Please sign in to comment.