Skip to content

Commit 9e99a83

Browse files
committed
Update AccessTokenRepositoryTest
1 parent b74549f commit 9e99a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/src/Repositories/AccessTokenRepositoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public function setUp(): void
120120
'authorization_details' => null,
121121
'bound_client_id' => null,
122122
'bound_redirect_uri' => null,
123+
'issuer_state' => null,
123124
];
124125

125126
$this->accessTokenEntityMock = $this->createMock(AccessTokenEntity::class);

0 commit comments

Comments
 (0)