remove some newlines
This commit is contained in:
parent
1172ece856
commit
907d9fa195
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user