()
| 61 | }); |
| 62 | |
| 63 | function givenAppWithRestrictionEnabled() { |
| 64 | return givenAppWithUser({restrictResetPasswordTokenScope: true}); |
| 65 | } |
| 66 | }); |
| 67 | |
| 68 | context('reject password changes via patch or replace', () => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…