Minor refactoring of test_watcher; revert change DEFAULT_PISA_API_SERVER to correct value

This commit is contained in:
Salvatore Ingala
2019-10-25 15:03:57 +08:00
parent 21b54f048e
commit df9a1173a5
2 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import logging
from .logger import Logger
# PISA-SERVER
DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_SERVER = 'btc.pisa.watch'
DEFAULT_PISA_API_PORT = 9814
# PISA-CLI