diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-09-25 18:15:46 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-09-25 18:15:46 +0200 |
| commit | 4643fd5dcbc6d1a4fbe973efc68d92ca71e3ab3b (patch) | |
| tree | 798e19f005d3a8a58f31c972ac2c8a44c399be68 /tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs | |
| parent | 5e8d58a6a6da61679fc896026869720ed3019bb9 (diff) | |
Address comments
Diffstat (limited to 'tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs b/tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs index 419afb2dc..d15c9d6f5 100644 --- a/tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs +++ b/tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs @@ -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> |
