Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchiappetta committed Mar 30, 2021
1 parent 09518b8 commit ca5083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_subcommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def api_client():
"api_key": "<api_key>",
"api_server": "<api_server>",
"timeout": DEFAULT_CONFIG["timeout"],
"offering": "enterprise"
"offering": "enterprise",
}
with api_client_cls_patcher as api_client_cls:
api_client = api_client_cls()
Expand Down

0 comments on commit ca5083e

Please sign in to comment.