remove some newlines

This commit is contained in:
cvium 2021-09-03 23:58:07 +02:00
parent 1172ece856
commit 907d9fa195
1 changed files with 2 additions and 4 deletions

View File

@ -95,16 +95,14 @@ namespace Jellyfin.Api.Tests.Auth.DefaultAuthorizationPolicy
new Dictionary<string, string>
{
{ "param", "Hörbücher" }
}
);
});
data.Add(
"param=%22%Hörbücher",
new Dictionary<string, string>
{
{ "param", "\"%Hörbücher" }
}
);
});
return data;
}