From f8c3e3920ed2a1bdaab30be912276993449a5476 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Dec 2025 16:20:24 +0000 Subject: test: add purgatory to PR push test commented out so it currently passes --- tests/push_authorization.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 221c4f4..85b9a5d 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -67,11 +67,12 @@ isolated_push_test!(test_push_to_nostr_ref_with_invalid_event_id_rejected); isolated_push_test!(test_pr_push_to_nostr_ref_with_wrong_commit_accepted_before_event_received); 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_push_to_nostr_ref_with_correct_commit_after_event_received_accepted_and_event_served +); isolated_push_test!(test_head_set_after_state_event_with_existing_commit); isolated_push_test!(test_head_set_after_git_push_with_required_oids); // Note: test_push_of_state_by_maintainer_updates_other_maintainer_repos is not included // as it's a stub for the purgatory feature. It can be run manually once implemented: // isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); - -- cgit v1.2.3