runtime: namespace spawned worker names

This commit is contained in:
2026-07-10 04:18:14 +09:00
parent 611f1656a3
commit d149f7e936
2 changed files with 45 additions and 5 deletions
+1 -4
View File
@@ -3348,10 +3348,7 @@ mod tests {
.resolve_profile(&selector_key, root.path(), "embedded-test-worker")
.unwrap();
assert_eq!(manifest.worker.name, "embedded-test-worker");
assert_eq!(
manifest.model.ref_.as_deref(),
Some("codex-oauth/gpt-5.5")
);
assert_eq!(manifest.model.ref_.as_deref(), Some("codex-oauth/gpt-5.5"));
}
}