Skip to content

Commit e352a4e

Browse files
Paul Gibersoncocojoe
authored andcommitted
Fixes build (#211)
1 parent 5d0c548 commit e352a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/API/Management/AuthApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function testAuthorizeWithRO() {
3939
$this->assertArrayHasKey('email', $userinfo);
4040
$this->assertArrayHasKey('email_verified', $userinfo);
4141
$this->assertArrayHasKey('user_id', $userinfo);
42-
$this->assertEquals('auth@test.com', $userinfo['email']);
43-
$this->assertEquals('auth0|57e293c6247600bf0ba47fc2', $userinfo['user_id']);
42+
$this->assertEquals('german@auth0.com', $userinfo['email']);
43+
$this->assertEquals('auth0|58adc60b82b0ca0774643eef', $userinfo['user_id']);
4444
}
4545

4646
public function testOauthToken() {

0 commit comments

Comments
 (0)