Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
valurefugl committed Dec 24, 2024
1 parent 680decf commit c085ec6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,10 @@ describe('ActorDelegationsController', () => {
await clientDelegationTypeModel.destroy({
where: {
clientId: client.clientId,
delegationType: AuthDelegationType.LegalGuardian,
delegationType: [
AuthDelegationType.LegalGuardian,
AuthDelegationType.LegalGuardianMinor,
],
},
})

Expand Down

0 comments on commit c085ec6

Please sign in to comment.