From 3b86d23151a34f42d3772ffcef654e097cde1770 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 12 Feb 2026 12:13:14 +0200 Subject: [PATCH] Message --- tests/e2e/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Client.php b/tests/e2e/Client.php index 55e98c2bc8..ccdfb84e00 100644 --- a/tests/e2e/Client.php +++ b/tests/e2e/Client.php @@ -188,7 +188,7 @@ class Client if (isset($params['queries'])) { foreach ($params['queries'] as $value) { if (!is_string($value)) { - throw new Exception('Queries must be a strings'); + throw new Exception('Queries must be converted to strings'); } } }