Tests improvements

This commit is contained in:
Fabio Manganiello 2021-03-06 16:25:37 +01:00
parent 49ad3261f1
commit ca90060ba1
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ test_user = 'platypush'
test_pass = 'test'
# Base URL
base_url = 'http://localhost:8123'
base_url = None
def set_base_url(url: str):