diff --git a/tests/cli/test_subcommand.py b/tests/cli/test_subcommand.py index d8ce8601..ec04fdca 100644 --- a/tests/cli/test_subcommand.py +++ b/tests/cli/test_subcommand.py @@ -27,7 +27,7 @@ def api_client(): "api_key": "", "api_server": "", "timeout": DEFAULT_CONFIG["timeout"], - "offering": "enterprise" + "offering": "enterprise", } with api_client_cls_patcher as api_client_cls: api_client = api_client_cls()