diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-25 12:59:43 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-25 12:59:43 +0000 |
| commit | 1fe1b917b71f6897deaf89f5ee725614cba9b693 (patch) | |
| tree | f7b29410dc0689e9f4200f0d78e1e1d66a5b25f1 /tests/ngit_push.rs | |
| parent | b09cf3ef8bbb5d31e4c424ff28282f5029f95fb2 (diff) | |
test: fix login copy
appended 'via cli arguments' to 'logged in as fred' during login step
Diffstat (limited to 'tests/ngit_push.rs')
| -rw-r--r-- | tests/ngit_push.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ngit_push.rs b/tests/ngit_push.rs index 3d89f6b..f37e027 100644 --- a/tests/ngit_push.rs +++ b/tests/ngit_push.rs | |||
| @@ -252,7 +252,7 @@ mod when_branch_is_checked_out { | |||
| 252 | p.expect( | 252 | p.expect( |
| 253 | "1 commits ahead. preparing to create creating patch events.\r\n", | 253 | "1 commits ahead. preparing to create creating patch events.\r\n", |
| 254 | )?; | 254 | )?; |
| 255 | p.expect("logged in as fred\r\n")?; | 255 | p.expect("logged in as fred via cli arguments\r\n")?; |
| 256 | p.expect("pushing 1 commits\r\n")?; | 256 | p.expect("pushing 1 commits\r\n")?; |
| 257 | 257 | ||
| 258 | expect_send_with_progress( | 258 | expect_send_with_progress( |
| @@ -490,7 +490,7 @@ mod when_branch_is_checked_out { | |||
| 490 | p.expect("creating proposal from 2 commits:\r\n")?; | 490 | p.expect("creating proposal from 2 commits:\r\n")?; |
| 491 | p.expect("355bdf1 add a4.md\r\n")?; | 491 | p.expect("355bdf1 add a4.md\r\n")?; |
| 492 | p.expect("dbd1115 add a3.md\r\n")?; | 492 | p.expect("dbd1115 add a3.md\r\n")?; |
| 493 | p.expect("logged in as fred\r\n")?; | 493 | p.expect("logged in as fred via cli arguments\r\n")?; |
| 494 | p.expect("posting 2 patches without a covering letter...\r\n")?; | 494 | p.expect("posting 2 patches without a covering letter...\r\n")?; |
| 495 | 495 | ||
| 496 | relay::expect_send_with_progress( | 496 | relay::expect_send_with_progress( |