fix; tests

This commit is contained in:
Eduardo Chiarotti
2024-10-10 13:34:24 -03:00
parent 12a7cee5dd
commit 39ce2631e2
2 changed files with 6 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ class ToolCommand(BaseCommand, PlusAPIMixin):
raise SystemExit
login_response_json = login_response.json()
self._set_netrc_credentials(login_response_json["credentials"])
self._set_netrc_credentials(login_response_json["credential"])
console.print(
"Successfully authenticated to the tool repository.", style="bold green"