From ce20a7ab4ae4abefc3fa82a00bc496d703d11f1f Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Mon, 9 Jun 2025 11:48:56 -0300 Subject: [PATCH] fix linter offences --- tests/agent_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/agent_test.py b/tests/agent_test.py index 56dac86bd..4a29a42c5 100644 --- a/tests/agent_test.py +++ b/tests/agent_test.py @@ -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" )