mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Ignore all test controllers
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user