From d32bbf181a4560542ab91c5a7c4d5dcb453259e2 Mon Sep 17 00:00:00 2001 From: crobibero Date: Sun, 13 Jun 2021 06:30:28 -0600 Subject: Ignore all test controllers --- .../Controllers/EncoderController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs') diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs index c8ce58047..1a720c2f6 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs +++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs @@ -3,12 +3,12 @@ using System.Linq; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -namespace Jellyfin.Api.Controllers +namespace Jellyfin.Server.Integration.Tests.Controllers { /// /// Controller for testing the encoded url. /// - public class EncoderController : BaseJellyfinApiController + public class EncoderController : BaseJellyfinTestController { /// /// Tests the url decoding. -- cgit v1.2.3