Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/maxplayer/src/doctor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2808,6 +2808,9 @@ mod tests {
// and a file-sourced credential is a containment concern that would only add a second
// reason for the check to move.
file_credentials: Vec::new(),
// Same decision and the same reason: a host ChatGPT session is a containment concern,
// and reading one here would give the check a second reason to move.
codex_chatgpt: None,
});
home.config.relay_url = "not-a-relay-url".into();
home.config.accepted_mints = Vec::new();
Expand Down
Loading