diff --git a/tests/index.php b/tests/index.php index 613193c..c90ec1f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -85,9 +85,6 @@ function processRequestData(\Delight\Auth\Auth $auth) { catch (\Delight\Auth\EmailNotVerifiedException $e) { return 'email not verified'; } - catch (\Delight\Auth\AttemptCancelledException $e) { - return 'attempt cancelled'; - } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests'; }