upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/send.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-06-24 09:39:18 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-06-24 09:39:18 +0100
commit173ab188b326fbe78cfba4ab455a74619f4556bb (patch)
tree743a2413c241f7babd4efb336718c510eb743847 /tests/send.rs
parent681fdd7683363c62251ecd8dabcc1931a18f4840 (diff)
feat(login): store in git config and use cache
replace ngit yaml file config with: * nsec / ncryptsec / npub in git config in nostr.* namespace * sql database cache for metadata and relay events allow different logins to be used for different git repositories by storing login in local git config
Diffstat (limited to 'tests/send.rs')
-rw-r--r--tests/send.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/send.rs b/tests/send.rs
index 22216a8..2c95e1e 100644
--- a/tests/send.rs
+++ b/tests/send.rs
@@ -134,7 +134,6 @@ fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()
134 p.expect("fe973a8 add t4.md\r\n")?; 134 p.expect("fe973a8 add t4.md\r\n")?;
135 p.expect("232efb3 add t3.md\r\n")?; 135 p.expect("232efb3 add t3.md\r\n")?;
136 p.expect("searching for profile and relay updates...\r\n")?; 136 p.expect("searching for profile and relay updates...\r\n")?;
137 p.expect("\r")?;
138 p.expect("logged in as fred\r\n")?; 137 p.expect("logged in as fred\r\n")?;
139 p.expect(format!( 138 p.expect(format!(
140 "posting 2 patches {} a covering letter...\r\n", 139 "posting 2 patches {} a covering letter...\r\n",
@@ -1163,7 +1162,6 @@ mod when_range_ommited_prompts_for_selection_defaulting_ahead_of_main {
1163 p.expect("fe973a8 add t4.md\r\n")?; 1162 p.expect("fe973a8 add t4.md\r\n")?;
1164 p.expect("232efb3 add t3.md\r\n")?; 1163 p.expect("232efb3 add t3.md\r\n")?;
1165 p.expect("searching for profile and relay updates...\r\n")?; 1164 p.expect("searching for profile and relay updates...\r\n")?;
1166 p.expect("\r")?;
1167 p.expect("logged in as fred\r\n")?; 1165 p.expect("logged in as fred\r\n")?;
1168 p.expect("posting 2 patches without a covering letter...\r\n")?; 1166 p.expect("posting 2 patches without a covering letter...\r\n")?;
1169 Ok(()) 1167 Ok(())
@@ -1358,7 +1356,6 @@ mod root_proposal_specified_using_in_reply_to_with_range_of_head_2_and_cover_let
1358 p.expect("fe973a8 add t4.md\r\n")?; 1356 p.expect("fe973a8 add t4.md\r\n")?;
1359 p.expect("232efb3 add t3.md\r\n")?; 1357 p.expect("232efb3 add t3.md\r\n")?;
1360 p.expect("searching for profile and relay updates...\r\n")?; 1358 p.expect("searching for profile and relay updates...\r\n")?;
1361 p.expect("\r")?;
1362 p.expect("logged in as fred\r\n")?; 1359 p.expect("logged in as fred\r\n")?;
1363 p.expect(format!( 1360 p.expect(format!(
1364 "posting 2 patches {} a covering letter...\r\n", 1361 "posting 2 patches {} a covering letter...\r\n",