feat(unittest): Not avoid PLW1514#10812
Conversation
DryRun Security SummaryThe pull request focuses on the unit test suite for the Expand for full summarySummary: The code changes in this pull request focus on the unit test suite for the The key points from an application security perspective are:
Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
|
I elected to avoid the encoding due the testing of removal of the @dogboat what do you think would be the best approach here? |
|
I think this should be fine. Encodings are super weird but I tested out reading the file explicitly as utf-8 locally and it loads the chars as expected; unsaved requests get the null byte as expected, and it's stripped out/replaced where it should be. We could add something like |
I would prefer Will you prepare it or should I? As part of this PR or will you open new one? |
It might be better to fix based on recommendations - not avoid it.