Skip to content

Commit

Permalink
test: add credentials in Identity which returns from Kratos SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
chivincent committed Jul 25, 2023
1 parent 101e560 commit c58f80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Models/KratosIdentityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public static function kratosIdentityProvider(): array
[
new Identity([
'id' => uuid_create(),
'credentials' => null,
'schemaId' => 'default',
'schemaUrl' => 'http://127.0.0.1:4433/schemas/ZGVmYXVsdA',
'state' => 'active',
Expand Down

0 comments on commit c58f80f

Please sign in to comment.