diff --git a/src/Infrastructure.Tests/IdempotencyFilterTests.cs b/src/Infrastructure.Tests/IdempotencyFilterTests.cs index b5f73d6..996075a 100644 --- a/src/Infrastructure.Tests/IdempotencyFilterTests.cs +++ b/src/Infrastructure.Tests/IdempotencyFilterTests.cs @@ -73,6 +73,7 @@ public class IdempotencyFilterTests }; var actionExecutingContext = new ActionExecutingContext( + actionContext, new List(), new Dictionary { { "id", "123" } }!,