aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
AgeCommit message (Collapse)Author
2025-05-04Cleanup file related code (#14023)Bond-009
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2021-04-17Remove unused using directivesBaronGreenback
2021-03-09Split integration tests from unit testsBond_009