it('should get access token from Battle.net when refresh is true', async () => {
      expect.assertions(1);
      const accessToken = await serviceWithWarmCache.getAccessToken(true);
      expect(accessToken).toMatchSnapshot();
    });