mirror of
https://github.com/openai/codex.git
synced 2026-05-16 17:23:57 +00:00
Fix agent assertion task fixtures
This commit is contained in:
@@ -156,6 +156,9 @@ async fn model_client_with_agent_task(
|
||||
.await
|
||||
.expect("seed test identity");
|
||||
let agent_task = RegisteredAgentTask {
|
||||
binding_id: "chatgpt-account-account-123".to_string(),
|
||||
chatgpt_account_id: "account-123".to_string(),
|
||||
chatgpt_user_id: Some("user-123".to_string()),
|
||||
agent_runtime_id: stored_identity.agent_runtime_id.clone(),
|
||||
task_id: "task-123".to_string(),
|
||||
registered_at: "2026-03-23T12:00:00Z".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user