mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Remove comment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user