mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-05 01:02:37 +00:00
These tests targeted crewai.auth.oauth2.AuthenticationCommand but exercise _login_to_tool_repository, which lives only on the standalone crewai_cli.authentication.main.AuthenticationCommand. The same tests already exist in lib/cli/tests/authentication/test_auth_main.py against the correct class.