Moved test

This commit is contained in:
BaronGreenback 2021-05-08 13:33:47 +01:00
parent bd71de131c
commit cb74a86975

View File

@ -1,14 +1,8 @@
using System;
using System.IO;
using System.Linq;
using System.Net; using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using Jellyfin.Server.Integration.Tests;
using Xunit; using Xunit;
namespace Jellyfin.Server.Implementations.Tests.Middleware namespace Jellyfin.Server.Integration.Tests
{ {
/// <summary> /// <summary>
/// Defines the test for encoded querystrings in the url. /// Defines the test for encoded querystrings in the url.