Skip to content

Commit

Permalink
add namespace given lack of system import
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Jul 19, 2023
1 parent ad8b178 commit 3ac00fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public async Task ThisShouldWork()

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

0 comments on commit 3ac00fd

Please sign in to comment.