aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-06-22 07:38:08 +0200
committerGitHub <noreply@github.com>2021-06-22 07:38:08 +0200
commitf50bdb0f328e0c853f97521b12c3618b1af55e0b (patch)
treeec7eb27175c1a00a2f6199a012d69c152a082c3c /tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs
parent026d8d28b7e7e0aea54426eff05419e2bfc735a0 (diff)
parentdb716bde95e6c14afc48d1343fc74ddbbd2ad97e (diff)
Merge pull request #6204 from Bond-009/extensions
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs
index 169a5a6c5..9c0fc72f6 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs
+++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs
@@ -6,7 +6,7 @@ using System.Net.Mime;
using System.Text.Json;
using System.Threading.Tasks;
using Jellyfin.Api.Models.StartupDtos;
-using MediaBrowser.Common.Json;
+using Jellyfin.Extensions.Json;
using Xunit;
using Xunit.Priority;