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'); } } }