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
Correct test expectations for new fallback behavior
Update tests to properly reflect the new server bundle path resolution logic:
- When enforce_private_server_bundles=false, both private and public paths are checked
- Manifest lookup is attempted first, then fallback to candidate paths logic
- Mock both File.exist? calls (private and public paths) in fallback scenarios
- Use proper mock_missing_manifest_entry for consistent test behavior
This follows the correct approach (#2) of updating test expectations to match
the actual code behavior rather than forcing different execution paths.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments