fix linter offences

This commit is contained in:
Lucas Gomide
2025-06-09 11:48:56 -03:00
parent 43685ad4ee
commit ce20a7ab4a

View File

@@ -2150,7 +2150,7 @@ def test_agent_from_repository_displays_org_info(mock_console, mock_settings, mo
agent = Agent(from_repository="test_agent")
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"
)