diff options
| author | crobibero <cody@robibe.ro> | 2021-06-13 06:30:28 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-06-13 06:32:28 -0600 |
| commit | d32bbf181a4560542ab91c5a7c4d5dcb453259e2 (patch) | |
| tree | d66c71c4cb7b76f5f1620a96ce1197717cdcdf31 /tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | |
| parent | 04daf0ff498655840b55d7ac6e571035aae6417c (diff) | |
Ignore all test controllers
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 { /// <summary> /// Controller for testing the encoded url. /// </summary> - public class EncoderController : BaseJellyfinApiController + public class EncoderController : BaseJellyfinTestController { /// <summary> /// Tests the url decoding. |
