diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-11 08:31:46 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-13 14:49:00 +0000 |
| commit | 65f3bd360c065aca493eddf7eb5d3d8191a84b56 (patch) | |
| tree | b4350d90a21519a2435a88ba9d623625ddd4ee6a /tests | |
| parent | 52370f542dad87ab029a5d701cc46658d5aef91b (diff) | |
fix: out of sync grasp server cli output
so it shows a summary rather than a lot of lines of issues
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/git_remote_nostr/list.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs index 530e022..8723b54 100644 --- a/tests/git_remote_nostr/list.rs +++ b/tests/git_remote_nostr/list.rs | |||
| @@ -208,10 +208,7 @@ mod with_state_announcement { | |||
| 208 | )?; | 208 | )?; |
| 209 | p.expect("list: connecting...\r\n\r")?; | 209 | p.expect("list: connecting...\r\n\r")?; |
| 210 | p.expect( | 210 | p.expect( |
| 211 | format!( | 211 | format!("WARNING: {source_path} is out of sync. main out of sync\r\n").as_str(), |
| 212 | "WARNING: {source_path} refs/heads/main is out of sync with nostr \r\n" | ||
| 213 | ) | ||
| 214 | .as_str(), | ||
| 215 | )?; | 212 | )?; |
| 216 | 213 | ||
| 217 | // println!("{}", p.expect_eventually("\r\n\r\n")?); | 214 | // println!("{}", p.expect_eventually("\r\n\r\n")?); |