Fix fuzz projects (#10416)

This commit is contained in:
Bond-009
2023-10-22 17:01:51 +02:00
committed by GitHub
parent 028b2122ce
commit b16033df03
9 changed files with 46 additions and 18 deletions

View File

@@ -1,12 +1,11 @@
using System.Collections.Generic;
using System.Linq;
using Jellyfin.Api.Middleware;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.Primitives;
using Xunit;
namespace Jellyfin.Server.Tests
namespace Jellyfin.Api.Middleware.Tests
{
public static class UrlDecodeQueryFeatureTests
{