fix python syntax error
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-06-10 18:04:09 +02:00
parent e3ecb66a70
commit 82822ec337
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ def test_mosquitto_socket(host):
inventory = yaml.load(open(host.backend.ansible_inventory))
address = inventory['all']['hosts']['bind_host']['ansible_host']
assert host.socket(
"tcp://{address}:8883".format(address=address).is_listening
"tcp://{address}:8883".format(address=address)).is_listening