We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0c548 commit e352a4eCopy full SHA for e352a4e
tests/API/Management/AuthApiTest.php
@@ -39,8 +39,8 @@ public function testAuthorizeWithRO() {
39
$this->assertArrayHasKey('email', $userinfo);
40
$this->assertArrayHasKey('email_verified', $userinfo);
41
$this->assertArrayHasKey('user_id', $userinfo);
42
- $this->assertEquals('auth@test.com', $userinfo['email']);
43
- $this->assertEquals('auth0|57e293c6247600bf0ba47fc2', $userinfo['user_id']);
+ $this->assertEquals('german@auth0.com', $userinfo['email']);
+ $this->assertEquals('auth0|58adc60b82b0ca0774643eef', $userinfo['user_id']);
44
}
45
46
public function testOauthToken() {
0 commit comments