Skip to content

Commit 409c08f

Browse files
committed
fix: restore session start test annotation
Co-authored-by: Codex noreply@openai.com
1 parent 0b0d206 commit 409c08f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codex-rs/core/src/codex_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5342,6 +5342,8 @@ async fn session_start_hooks_only_load_from_trusted_project_layers() -> std::io:
53425342

53435343
Ok(())
53445344
}
5345+
5346+
#[tokio::test]
53455347
async fn session_start_hooks_require_project_trust_without_config_toml() -> std::io::Result<()> {
53465348
let temp = tempfile::tempdir()?;
53475349
let project_root = temp.path().join("project");

0 commit comments

Comments
 (0)