From ca5083e528cc5fa3b322f102f0401f33d840ffec Mon Sep 17 00:00:00 2001 From: Brad Chiappetta Date: Tue, 30 Mar 2021 09:34:14 -0400 Subject: [PATCH] fix tests --- tests/cli/test_subcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()