aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/AuthHelper.cs
AgeCommit message (Collapse)Author
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-04Use Authorization header in integration testsBond_009
instead of X-Emby-Authorization And ensure the response has a successful status code
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2022-12-14Fix debug builds (#8909)Bond-009
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-09Add tests for UserControllerBond_009
2021-04-07Add code to test authenticated endpointsBond_009