From 404da023d75ab832afb5c502fbdc0a13b610d728 Mon Sep 17 00:00:00 2001 From: Mattias Michaux Date: Sun, 18 Feb 2024 15:24:53 +0100 Subject: [PATCH] Adapt tests to changes in mautic/mautic#12813 --- tests/Api/FormsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Api/FormsTest.php b/tests/Api/FormsTest.php index ec986365..e0641396 100644 --- a/tests/Api/FormsTest.php +++ b/tests/Api/FormsTest.php @@ -37,6 +37,7 @@ public function setUp(): void ], ], ], + 'postAction' => 'return', ]; }