diff --git a/tests/index.php b/tests/index.php index 85cdf9d..0d2f4e7 100644 --- a/tests/index.php +++ b/tests/index.php @@ -86,7 +86,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'email not verified'; } catch (\Delight\Auth\AttemptCancelledException $e) { - return 'attempt randomly cancelled'; + return 'attempt cancelled'; } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests';