Browse Source

fix test_webapi

pull/18/merge
Rossen Georgiev 9 years ago
parent
commit
dc97d34881
  1. 2
      tests/test_webapi.py

2
tests/test_webapi.py

@ -2,7 +2,7 @@ import unittest
import mock
import vcr
from steam.webapi import WebAPI, requests
from steam.webapi import WebAPI
from steam.enums import EType, EUniverse
test_api_key = 'test_api_key'

Loading…
Cancel
Save