Mercurial > libervia-backend
changeset 1022:002ee8397208
test: fix the tests after the changes of logging system
| author | souliane <souliane@mailoo.org> |
|---|---|
| date | Wed, 14 May 2014 13:26:23 +0200 |
| parents | a836b6da2c5c |
| children | 8bae81e254a2 |
| files | src/test/helpers.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/test/helpers.py Wed May 14 12:51:24 2014 +0200 +++ b/src/test/helpers.py Wed May 14 13:26:23 2014 +0200 @@ -19,8 +19,8 @@ ## logging configuration for tests ## -from sat.core import log -log.satConfigure() +from sat.core import log_config +log_config.satConfigure() from sat.core import exceptions from constants import Const
