From 05124a8f3373035437d90e2ed07c8ead377f30c7 Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 9 Oct 2024 10:18:46 +0800 Subject: [PATCH] added idempontency test --- src/Infrastructure.Tests/IdempotencyFilterTests.cs | 1 + 1 file changed, 1 insertion(+) 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" } }!,