We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fdb8a commit e449357Copy full SHA for e449357
tests/pipeline/workspace/test_workspace.py
@@ -78,7 +78,7 @@ async def test_add_workspaces(args, existing_workspaces, expected_message):
78
79
# We'll also patch DbRecorder to ensure no real DB operations happen
80
with patch(
81
- "codegate.pipeline.cli.commands.WorkspaceCrud", autospec=True
+ "codegate.workspaces.crud.WorkspaceCrud", autospec=True
82
) as mock_recorder_cls:
83
mock_recorder = mock_recorder_cls.return_value
84
workspace_commands.workspace_crud = mock_recorder
0 commit comments