Skip to content

Commit

Permalink
print body
Browse files Browse the repository at this point in the history
  • Loading branch information
samvaity committed Jul 19, 2023
1 parent 8d93443 commit ad8b178
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public async Task ThisShouldWork()

session.Session.Sanitize(registeredSanitizer);
var newBody = Encoding.UTF8.GetString(session.Session.Entries[0].Response.Body);
Console.WriteLine(newBody);
Assert.Contains("REDACTED", newBody);
}
}
Expand Down

0 comments on commit ad8b178

Please sign in to comment.