Skip to content

Commit

Permalink
Fix flow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Aug 6, 2024
1 parent 5c704dd commit 7eab009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GaletteOAuth2/GaletteOAuth2.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function testFlow(): void

//check values
$this->assertSame($adh1->id, $resourceOwner->getId());
$this->assertSame('r.durand', $resourceOwner->getUsername()); //not a Galette data
$this->assertSame($data['login_adh'], $resourceOwner->getUsername());
$this->assertSame($data['email_adh'], $resourceOwner->getEmail());
//due date scope is requested from configuration file
$this->assertArrayHasKey('due_date', $resourceOwner_array);
Expand Down

0 comments on commit 7eab009

Please sign in to comment.