Add span_name to network approval test task

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-04 19:22:22 -08:00
parent ec5f273255
commit 8f56878928

View File

@@ -574,6 +574,10 @@ mod tests {
TaskKind::Regular
}
fn span_name(&self) -> &'static str {
"network_approval_test_noop_task"
}
async fn run(
self: Arc<Self>,
_session: Arc<SessionTaskContext>,