From 19ad646d9e759e7363664465b41c5f8d70a066ce Mon Sep 17 00:00:00 2001 From: John Charman Date: Fri, 22 May 2026 11:38:46 +0100 Subject: [PATCH] Fix test --- tests/unit/Database/Model/MatcherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Database/Model/MatcherTest.php b/tests/unit/Database/Model/MatcherTest.php index 923e33f..852a3a7 100644 --- a/tests/unit/Database/Model/MatcherTest.php +++ b/tests/unit/Database/Model/MatcherTest.php @@ -60,7 +60,7 @@ public static function provideConfigs(): \Generator [ 'id' => 'abc123', 'operationId' => 'showPetById', - 'matchers' => [ + 'matcher' => [ 'type' => 'equals', 'args' => ['value' => 5, 'field' => ['path', 'id']], ],