@Test
    public void requestChallengeWithNotFound() {
        // arrange
        final String email = "foobar@sportchef.ch";
        final AuthenticationService authenticationServiceMock = mock(AuthenticationService.class);