You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct test_project_move_command_uses_permalink test implementation
- Remove incorrect mock for non-existent session attribute
- Fix expected API endpoint format to match actual implementation
- Update test to use correct endpoint pattern: /{name}/project/{permalink}
- Apply automatic linting fixes across multiple files
The test was failing because it mocked a non-existent session attribute
and expected the wrong API endpoint format. The actual move_project
function uses the original project name and generated permalink in the
endpoint path.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>
0 commit comments