Remove comment

This commit is contained in:
mijauexe
2025-02-18 08:32:31 +01:00
parent 4b34030a4a
commit 26b1c1c576

View File

@@ -179,7 +179,7 @@ async def test_list_projects_json(mock_StateManager, capsys):
project = MagicMock(
id=MagicMock(hex="abcd"),
# project_type=MagicMock(hex="abcd"),
project_type=MagicMock(hex="abcd"),
branches=[branch],
)
project.name = "project1"