mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
fix linter offences
This commit is contained in:
@@ -2150,7 +2150,7 @@ def test_agent_from_repository_displays_org_info(mock_console, mock_settings, mo
|
|||||||
agent = Agent(from_repository="test_agent")
|
agent = Agent(from_repository="test_agent")
|
||||||
|
|
||||||
mock_console.print.assert_any_call(
|
mock_console.print.assert_any_call(
|
||||||
f"Fetching agent from organization: Test Organization (test-org-uuid)",
|
"Fetching agent from organization: Test Organization (test-org-uuid)",
|
||||||
style="bold blue"
|
style="bold blue"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user