fix: remove breakpoint

This commit is contained in:
Eduardo Chiarotti
2024-10-10 13:35:54 -03:00
parent 39ce2631e2
commit 36356cc636

View File

@@ -320,7 +320,6 @@ def test_login_success(mock_subprocess_run, mock_login):
mock_subprocess_run.return_value = MagicMock(stderr=None)
breakpoint()
tool_command = ToolCommand()
with patch("sys.stdout", new=StringIO()) as fake_out: