Skip to content

Commit

Permalink
Sep 11, 2024, 7:33 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
jpagh committed Sep 11, 2024
1 parent 8592595 commit 66958a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemblecli3/docassemblecli3.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def server_version(config, api, server):
@config.command(context_settings=CONTEXT_SETTINGS, hidden=True)
@common_params_for_config
@common_params_for_api
def test_auth(config, api, server):
def test(config, api, server):
selected_server = select_server(*config, *api, server)
apiurl = selected_server["apiurl"]
apikey = selected_server["apikey"]
Expand Down

0 comments on commit 66958a7

Please sign in to comment.