Skip to content

Commit e449357

Browse files
committed
Fix unit tests
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent a1fdb8a commit e449357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipeline/workspace/test_workspace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def test_add_workspaces(args, existing_workspaces, expected_message):
7878

7979
# We'll also patch DbRecorder to ensure no real DB operations happen
8080
with patch(
81-
"codegate.pipeline.cli.commands.WorkspaceCrud", autospec=True
81+
"codegate.workspaces.crud.WorkspaceCrud", autospec=True
8282
) as mock_recorder_cls:
8383
mock_recorder = mock_recorder_cls.return_value
8484
workspace_commands.workspace_crud = mock_recorder

0 commit comments

Comments
 (0)