From d93aba1c45c8c557282d00d5bceb27161f47955c Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 6 Jul 2021 17:38:14 +0200 Subject: test_client.py: Fix typo in docstring. url->host_uuid --- test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_client.py b/test_client.py index bb54500..b646c4f 100755 --- a/test_client.py +++ b/test_client.py @@ -62,7 +62,7 @@ def add_web_app_host(host: str): @cli.command() @click.argument("host", type=str) def remove_web_app_host(host: str): - """Remove a RWA.Support.WebApp host. Requires """ + """Remove a RWA.Support.WebApp host. Requires """ click.echo(f"Sending D-Bus request 'remove_web_app_host': {host}") response = req.remove_web_app_host(host) click.echo(f"Your response is: {response}") -- cgit v1.2.3