Address comments

This commit is contained in:
Bond_009
2021-09-25 18:15:46 +02:00
parent 5e8d58a6a6
commit 4643fd5dcb
4 changed files with 9 additions and 7 deletions

View File

@@ -12,9 +12,6 @@ namespace Jellyfin.Server.Tests
{
[Theory]
[InlineData("e0a72cb2a2c7", "e0a72cb2a2c7")] // isn't encoded
[InlineData("random+test", "random test")] // encoded
[InlineData("random%20test", "random test")] // encoded
[InlineData("++", " ")] // encoded
public static void EmptyValueTest(string query, string key)
{
var dict = new Dictionary<string, StringValues>