From 654a471e2aaf1f7162d24b42b769405e23aa3234 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 19 Dec 2023 00:06:57 +0100 Subject: [PATCH] Fix tests --- src/Felicity.IntegrationTests/SkipLinks.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Felicity.IntegrationTests/SkipLinks.fs b/src/Felicity.IntegrationTests/SkipLinks.fs index cb4267d..a661ce2 100644 --- a/src/Felicity.IntegrationTests/SkipLinks.fs +++ b/src/Felicity.IntegrationTests/SkipLinks.fs @@ -30,7 +30,7 @@ module A = let toMany = define.Relationship.ToMany(resDef).Get(fun _ -> []) - let post = define.Operation.Post(fun () -> A) + let post = define.Operation.Post(fun () -> A).AfterCreate(ignore) let get = define.Operation.GetResource()