diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
index be9c138902..14f92f0d82 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
+++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
@@ -18,7 +18,7 @@ namespace Jellyfin.Api.Controllers
/// Information retrieved.
[HttpGet("UrlDecode")]
[ProducesResponseType(StatusCodes.Status200OK)]
- public ContentResult TestUrlDecoding([FromQuery]Dictionary? @params = null)
+ public ContentResult TestUrlDecoding([FromQuery] Dictionary? @params = null)
{
return new ContentResult()
{