vishnevskiy/battlenet

Test fails for test_data.py, APIError: HTTP Error 500: Internal Server Error

Closed this issue · 1 comments

A test in test_data.py fails with a 500 error.

File "test/test_data.py", line 70, in test_items
item = self.connection.get_item(battlenet.UNITED_STATES, 60249)
File "test/battlenet/connection.py", line 217, in get_item
data = self.make_request(region, '/data/item/%d' % item_id)
File "test/battlenet/connection.py", line 110, in make_request
raise APIError(str(e))
APIError: HTTP Error 500: Internal Server Error

The changes in this commit seem to have fixed this:
5394d64