upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-23 13:55:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-23 14:13:28 +0100
commit0acc9768c2aff4bf4495c89698f29b56dae2f4b4 (patch)
treeca338db831ed855c145cc37add22ec53cf4ac894 /tests
parentf032a2812bcb6bd471a27f562e1e3020277c542b (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/git_remote_nostr/push.rs2
1 files changed, 1 insertions, 1 deletions
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() ->
935 cli_expect_nostr_fetch(&mut p)?; 935 cli_expect_nostr_fetch(&mut p)?;
936 p.expect(format!("fetching {} ref list over filesystem...\r\n", source_path).as_str())?; 936 p.expect(format!("fetching {} ref list over filesystem...\r\n", source_path).as_str())?;
937 p.expect("list: connecting...\r\n")?; 937 p.expect("list: connecting...\r\n")?;
938 p.expect_after_whitespace("merge commit ")?; 938 p.expect_eventually("merge commit ")?;
939 // shorthand merge commit id appears in this gap 939 // shorthand merge commit id appears in this gap
940 p.expect_eventually(": create nostr proposal status event\r\n")?; 940 p.expect_eventually(": create nostr proposal status event\r\n")?;
941 // status updates printed here 941 // status updates printed here