From 4bd46c3cf7bacb062d45d3c99d3edfadc95cb139 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 3 Sep 2025 16:57:14 +0100 Subject: fix(remote): `refs/pr-by-id/*` ~> `refs/pr/*/head` to align more closely with githubs `refs/pull/*/head` we can pretend that pr means both Patch Request and Pull Request --- tests/git_remote_nostr/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs index 50ea350..1972cd5 100644 --- a/tests/git_remote_nostr/list.rs +++ b/tests/git_remote_nostr/list.rs @@ -328,7 +328,7 @@ mod with_state_announcement { pr_refs.push(format!("{tip} refs/heads/{branch_name}")); pr_refs.push(format!("{tip} refs/{branch_name}")); let proposal_id = get_proposal_id_from_branch_name(&r55.events, name)?; - pr_refs.push(format!("{tip} refs/pr-by-id/{proposal_id}")); + pr_refs.push(format!("{tip} refs/pr/{proposal_id}/head")); } assert_eq!( -- cgit v1.2.3