it('should return access token error from Battle.net', async () => {
    expect.assertions(1);
    const accessToken = await serviceWithBattleNetError.getAccessToken();
    expect(accessToken).toMatchSnapshot();
  });