-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert WebRequestTests to snapshot tests (#6223)
## Summary of changes Converts the `WebRequestTests` to use snapshot tests instead of adhoc assertions ## Reason for change While working on something else (.NET 9) these tests were failing, but it was really hard to understand _why_ - snapshots make that easy. ## Implementation details Ran locally with .NET FX, .NET 8, and .NET Core 2.1, and checked for differences ## Test coverage Coverage is the same - I'll also do [an "all TFMs" run](https://dev.azure.com/datadoghq/dd-trace-dotnet/_build/results?buildId=166697&view=results) to make sure nothing will break post-merge
- Loading branch information
1 parent
8707242
commit ddc6f9c
Showing
5 changed files
with
11,431 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.