it('Should dispatch the logout action when appropriate', () => {
            state.auth.front_end.has_authenticated = true;
            state.auth.front_end.is_logging_out = false;

            thunk(dispatch);