upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit_login.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ngit_login.rs')
-rw-r--r--tests/ngit_login.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ngit_login.rs b/tests/ngit_login.rs
index 9b467b3..c928cc4 100644
--- a/tests/ngit_login.rs
+++ b/tests/ngit_login.rs
@@ -87,7 +87,7 @@ mod with_relays {
87 87
88 p.expect("searching for profile...\r\n")?; 88 p.expect("searching for profile...\r\n")?;
89 89
90 p.expect_end_with("logged in as fred\r\n")?; 90 p.expect_end_with("logged in as fred via cli arguments\r\n")?;
91 for p in [51, 52] { 91 for p in [51, 52] {
92 shutdown_relay(8000 + p)?; 92 shutdown_relay(8000 + p)?;
93 } 93 }
@@ -437,7 +437,7 @@ mod with_relays {
437 437
438 p.expect("searching for profile...\r\n")?; 438 p.expect("searching for profile...\r\n")?;
439 439
440 p.expect_end_with("logged in as fred\r\n")?; 440 p.expect_end_with("logged in as fred via cli arguments\r\n")?;
441 for p in [51, 52] { 441 for p in [51, 52] {
442 shutdown_relay(8000 + p)?; 442 shutdown_relay(8000 + p)?;
443 } 443 }
@@ -504,7 +504,7 @@ mod with_relays {
504 504
505 p.expect("searching for profile...\r\n")?; 505 p.expect("searching for profile...\r\n")?;
506 506
507 p.expect_end_with("logged in as fred\r\n")?; 507 p.expect_end_with("logged in as fred via cli arguments\r\n")?;
508 for p in [51, 52] { 508 for p in [51, 52] {
509 shutdown_relay(8000 + p)?; 509 shutdown_relay(8000 + p)?;
510 } 510 }
@@ -566,7 +566,7 @@ mod with_relays {
566 566
567 p.expect("searching for profile...\r\n")?; 567 p.expect("searching for profile...\r\n")?;
568 568
569 p.expect_end_with("logged in as fred\r\n")?; 569 p.expect_end_with("logged in as fred via cli arguments\r\n")?;
570 for p in [51, 52] { 570 for p in [51, 52] {
571 shutdown_relay(8000 + p)?; 571 shutdown_relay(8000 + p)?;
572 } 572 }
@@ -747,7 +747,7 @@ mod with_relays {
747 747
748 p.expect("saved login details to local git config\r\n")?; 748 p.expect("saved login details to local git config\r\n")?;
749 749
750 p.expect_end_eventually_with("logged in as fred\r\n")?; 750 p.expect_end_eventually_with("logged in as fred via cli arguments\r\n")?;
751 751
752 for p in [51, 52] { 752 for p in [51, 52] {
753 shutdown_relay(8000 + p)?; 753 shutdown_relay(8000 + p)?;