test updates

This commit is contained in:
pemontto
2019-04-12 00:40:26 +10:00
parent ad184689f8
commit bd1430ebbf
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ class mockAPI(object):
self.logger.setLevel(logging.DEBUG)
self.logger.info('mockAPI initialised, API requests will be mocked')
self.logger.debug('Test path resolved as {}'.format(self.mock_dir))
self.logger.info('Test path resolved as {}'.format(self.mock_dir))
def get_directories(self, path):
dir, subdirs, files = next(os.walk(path))