aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2021-06-28 12:59:11 +0200
committerJonathan Weth <git@jonathanweth.de>2021-06-28 12:59:11 +0200
commitf4cf05cd8dd5d59713fad8be967fc2f87167e213 (patch)
tree0b0c570cf430ff6f1ea65316ac3347c6671f3c20 /test_client.py
parent9c437fabc0bd3d924413f5e3c0b08f365ca64f9d (diff)
downloadRWA.Support.SessionService-f4cf05cd8dd5d59713fad8be967fc2f87167e213.tar.gz
RWA.Support.SessionService-f4cf05cd8dd5d59713fad8be967fc2f87167e213.tar.bz2
RWA.Support.SessionService-f4cf05cd8dd5d59713fad8be967fc2f87167e213.zip
Drop dynaconf support
Diffstat (limited to 'test_client.py')
-rwxr-xr-xtest_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_client.py b/test_client.py
index 5176ad2..deb5252 100755
--- a/test_client.py
+++ b/test_client.py
@@ -73,5 +73,6 @@ def refresh_status(pid: int):
response = req.refresh_status(pid)
click.echo(f"Your response is: {response}")
+
if __name__ == "__main__":
cli()