Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Sep 25, 2024
1 parent 67f8188 commit 304c069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/LibStuffTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ struct LibStuff : tpunit::TestFixture {

logValue = R"({"authToken":"123IMANAUTHTOKEN321"})";
SRedactSensitiveValues(logValue);
ASSERT_EQUAL(R"({"authToken":<REDACTED>})", logValue);
ASSERT_EQUAL(R"({"authToken":<REDACTED>)", logValue);

logValue = R"({"html":"private conversation happens here"})";
SRedactSensitiveValues(logValue);
Expand Down

0 comments on commit 304c069

Please sign in to comment.