it('should get access token from cache', async () => {
      expect.assertions(1);
      const accessToken = await serviceWithWarmCache.getAccessToken();
      expect(accessToken).toMatchSnapshot();
    });