diff --git a/crates/forge_app/src/infra.rs b/crates/forge_app/src/infra.rs
index 8c1c567772..64fb3c2d16 100644
--- a/crates/forge_app/src/infra.rs
+++ b/crates/forge_app/src/infra.rs
@@ -168,6 +168,12 @@ pub trait UserInfra: Send + Sync {
/// Returns None if the user interrupts the prompt
async fn prompt_question(&self, question: &str) -> anyhow::Result