From 43a445963968dac7da190b56f7c89ac0ff1f6abd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 17 Jul 2024 10:53:20 +0100 Subject: feat(login): use fetch to get user profile fetch automatically gets updates to logged in user profile / relays fetching without specifying repo pointers will just fetch user profiles so that can be used during login, if user profile isn't in cache login now uses fetch --- tests/push.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/push.rs') diff --git a/tests/push.rs b/tests/push.rs index fe711c1..65c92e9 100644 --- a/tests/push.rs +++ b/tests/push.rs @@ -346,7 +346,7 @@ mod when_branch_is_checked_out { p.expect( "1 commits ahead. preparing to create creating patch events.\r\n", )?; - p.expect("searching for profile and relay updates...\r\n")?; + p.expect("searching for profile...\r\n")?; p.expect("logged in as fred\r\n")?; p.expect("pushing 1 commits\r\n")?; @@ -591,7 +591,7 @@ mod when_branch_is_checked_out { p.expect("creating proposal from 2 commits:\r\n")?; p.expect("355bdf1 add a4.md\r\n")?; p.expect("dbd1115 add a3.md\r\n")?; - p.expect("searching for profile and relay updates...\r\n")?; + p.expect("searching for profile...\r\n")?; p.expect("logged in as fred\r\n")?; p.expect("posting 2 patches without a covering letter...\r\n")?; -- cgit v1.2.3