upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/push.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-29 12:44:06 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-29 13:00:02 +0000
commit8de147768c2de3221d0a119278e76c013d20b0f1 (patch)
tree79f9e793dc9a36b6ded9aa748a257730c864ea31 /tests/push.rs
parent8f8bfcb536a56a6fefde62c4a6ba2289be2b88b9 (diff)
feat(send): add proposal revision cli msg
before cover letter prompt primarily this is to make it clearer that a proposal update is being sent when using `ngit push --force` instead of a new proposal
Diffstat (limited to 'tests/push.rs')
-rw-r--r--tests/push.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/push.rs b/tests/push.rs
index 0705174..d295c01 100644
--- a/tests/push.rs
+++ b/tests/push.rs
@@ -592,6 +592,10 @@ mod when_branch_is_checked_out {
592 592
593 // standard output from `ngit send` 593 // standard output from `ngit send`
594 p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?; 594 p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?;
595 p.expect("as a revision to proposal: ")?;
596 // proposal id will be printed in this gap
597 p.expect_eventually("\r\n")?;
598
595 p.expect("searching for profile and relay updates...\r\n")?; 599 p.expect("searching for profile and relay updates...\r\n")?;
596 p.expect("\r")?; 600 p.expect("\r")?;
597 p.expect("logged in as fred\r\n")?; 601 p.expect("logged in as fred\r\n")?;