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