From 35199693690345039b2d2db2070bbd652e25328c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 1 Dec 2025 16:44:14 +0000 Subject: test: test_head_set_after_state_event_with_existing_commit currently failing as branch isn't pushed (we should auto create this branch as we have the ref) --- tests/push_authorization.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 357fefb..9c7fb45 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -68,3 +68,4 @@ isolated_push_test!(test_pr_push_to_nostr_ref_with_wrong_commit_accepted_before_ isolated_push_test!(test_pr_event_published_removes_nostr_ref_at_incorrect_commit); isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected); isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); +isolated_push_test!(test_head_set_after_state_event_with_existing_commit); -- cgit v1.2.3