mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-06-27 16:10:34 +08:00
Ensuring calls default to the values found by the Settings object in indicoio.config
This commit is contained in:
@@ -16,7 +16,7 @@ DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
class BatchAPIRun(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.auth = config.auth
|
||||
self.auth = config.AUTH
|
||||
|
||||
if not all(self.auth):
|
||||
raise SkipTest
|
||||
|
||||
Reference in New Issue
Block a user