upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_remote_nostr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git_remote_nostr')
-rw-r--r--tests/git_remote_nostr/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/main.rs b/tests/git_remote_nostr/main.rs
index f749c7f..84e66bd 100644
--- a/tests/git_remote_nostr/main.rs
+++ b/tests/git_remote_nostr/main.rs
@@ -43,7 +43,7 @@ fn set_git_nostr_login_config(test_repo: &GitTestRepo) -> Result<()> {
43 let mut config = test_repo 43 let mut config = test_repo
44 .git_repo 44 .git_repo
45 .config() 45 .config()
46 .context("cannot open git config")?; 46 .context("failed to open git config")?;
47 config.set_str("nostr.nsec", TEST_KEY_2_NSEC)?; 47 config.set_str("nostr.nsec", TEST_KEY_2_NSEC)?;
48 config.set_str("nostr.npub", TEST_KEY_2_NPUB)?; 48 config.set_str("nostr.npub", TEST_KEY_2_NPUB)?;
49 config.set_str("user.name", "test name")?; 49 config.set_str("user.name", "test name")?;