Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 13, 2023
1 parent e426494 commit d0de07f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/FetchAuthTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ public function testServiceAccountCredentialsGetLastReceivedToken()
->willReturn($this->scopes);
$oauth2Mock->getAdditionalClaims()
->willReturn([]);
$oauth2Mock->getSub()
->willReturn(null);

$credentials = new ServiceAccountCredentials($this->scopes, $jsonPath);
$property->setValue($credentials, $oauth2Mock->reveal());
Expand Down

0 comments on commit d0de07f

Please sign in to comment.