Adds schema on cli and e2e tests

This commit is contained in:
Sergi Delgado Segura
2020-02-13 19:14:13 +01:00
parent 1471e89855
commit ead74199e5
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ common.cryptographer.logger = Logger(actor="Cryptographer", log_name_prefix="")
# We'll use wt_cli to add appointments. The expected input format is a list of arguments with a json-encoded
# appointment
wt_cli.pisa_api_server = HOST
wt_cli.pisa_api_server = "http://{}".format(HOST)
wt_cli.pisa_api_port = PORT
# Run pisad