diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-09 15:35:18 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-09 15:35:18 +0000 |
| commit | d8f4f7641312bff32f772cbc070b3f99ced0c8fe (patch) | |
| tree | 0ca4db7b41d7c191eb91ceb1c8124b5e659a3566 /tests | |
| parent | f0d0e1ba1cba11d3a98a5ab0c7f1dc72b6bc4e17 (diff) | |
fix: fetch user relays for `send`,`push` & `init`
get the latest user relay list before pushing patches and repo
announcement events
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ngit_send.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs index 1d5b308..1ffb515 100644 --- a/tests/ngit_send.rs +++ b/tests/ngit_send.rs | |||
| @@ -1408,7 +1408,8 @@ mod root_proposal_specified_using_in_reply_to_with_range_of_head_2_and_cover_let | |||
| 1408 | p.expect("creating proposal from 2 commits:\r\n")?; | 1408 | p.expect("creating proposal from 2 commits:\r\n")?; |
| 1409 | p.expect("fe973a8 add t4.md\r\n")?; | 1409 | p.expect("fe973a8 add t4.md\r\n")?; |
| 1410 | p.expect("232efb3 add t3.md\r\n")?; | 1410 | p.expect("232efb3 add t3.md\r\n")?; |
| 1411 | p.expect("logged in as fred via cli arguments\r\n")?; | 1411 | p.expect("searching for profile updates...\r\n")?; |
| 1412 | p.expect_after_whitespace("logged in as fred via cli arguments\r\n")?; | ||
| 1412 | p.expect(format!( | 1413 | p.expect(format!( |
| 1413 | "posting 2 patches {} a covering letter...\r\n", | 1414 | "posting 2 patches {} a covering letter...\r\n", |
| 1414 | if include_cover_letter { | 1415 | if include_cover_letter { |