Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Oct 1, 2024
1 parent b5caf14 commit 7567360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Web/Auth0ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public function testAuth0の設定をしていたらリダイレクト()
public function testUserInfoがない場合メールアドレス認証案内ページにアクセスできない()
{
$this->client->request('GET', $this->generateUrl('auth0_connect_email_verified'));
self::expectException(BadRequestHttpException::class);
self::assertTrue($this->client->getResponse()->isClientError());
}
}

0 comments on commit 7567360

Please sign in to comment.