From 0acc9768c2aff4bf4495c89698f29b56dae2f4b4 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 23 Sep 2024 13:55:00 +0100 Subject: fix(remote): enable login through remote helper originally this was disabled because there was a concern that it would effect the operation of the remote helper due as it prints to stdout. it now only writes to stderr. --- tests/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/git_remote_nostr') diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs index 79e6c01..f552ee5 100644 --- a/tests/git_remote_nostr/push.rs +++ b/tests/git_remote_nostr/push.rs @@ -935,7 +935,7 @@ async fn proposal_merge_commit_pushed_to_main_leads_to_status_event_issued() -> cli_expect_nostr_fetch(&mut p)?; p.expect(format!("fetching {} ref list over filesystem...\r\n", source_path).as_str())?; p.expect("list: connecting...\r\n")?; - p.expect_after_whitespace("merge commit ")?; + p.expect_eventually("merge commit ")?; // shorthand merge commit id appears in this gap p.expect_eventually(": create nostr proposal status event\r\n")?; // status updates printed here -- cgit v1.2.3