From bd70e0ca343c334c03140e66f6c4b9df384187b7 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sun, 19 Apr 2026 18:41:39 +0200 Subject: Upgrade to xunit v3 --- .../Controllers/PluginsControllerTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/PluginsControllerTests.cs') diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/PluginsControllerTests.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/PluginsControllerTests.cs index 547bfcc0ff..c982b9804d 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Controllers/PluginsControllerTests.cs +++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/PluginsControllerTests.cs @@ -24,7 +24,7 @@ public sealed class PluginsControllerTests : IClassFixture(JsonDefaults.Options); + _ = await response.Content.ReadFromJsonAsync(JsonDefaults.Options, TestContext.Current.CancellationToken); } } -- cgit v1.2.3