From 173ab188b326fbe78cfba4ab455a74619f4556bb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 24 Jun 2024 09:39:18 +0100 Subject: feat(login): store in git config and use cache replace ngit yaml file config with: * nsec / ncryptsec / npub in git config in nostr.* namespace * sql database cache for metadata and relay events allow different logins to be used for different git repositories by storing login in local git config --- tests/push.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/push.rs') diff --git a/tests/push.rs b/tests/push.rs index 5fe1f15..fe711c1 100644 --- a/tests/push.rs +++ b/tests/push.rs @@ -347,7 +347,6 @@ mod when_branch_is_checked_out { "1 commits ahead. preparing to create creating patch events.\r\n", )?; p.expect("searching for profile and relay updates...\r\n")?; - p.expect("\r")?; p.expect("logged in as fred\r\n")?; p.expect("pushing 1 commits\r\n")?; @@ -593,7 +592,6 @@ mod when_branch_is_checked_out { 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("\r")?; p.expect("logged in as fred\r\n")?; p.expect("posting 2 patches without a covering letter...\r\n")?; -- cgit v1.2.3