diff --git a/codex-rs/ext/git-attribution/src/git_attribution_tests.rs b/codex-rs/ext/git-attribution/src/git_attribution_tests.rs index a249de07f91a..8be67add6d38 100644 --- a/codex-rs/ext/git-attribution/src/git_attribution_tests.rs +++ b/codex-rs/ext/git-attribution/src/git_attribution_tests.rs @@ -38,7 +38,6 @@ async fn contribute( ) -> WorldStateSectionContribution { let session_store = ExtensionData::new("session"); let turn_store = ExtensionData::new("turn"); - let step_store = ExtensionData::new("step"); registry.context_contributors()[0] .contribute_world_state(WorldStateContributionInput { thread_id: ThreadId::new(), @@ -49,7 +48,6 @@ async fn contribute( session_store: &session_store, thread_store, turn_store: &turn_store, - step_store: &step_store, }) .await .remove(0)