upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/push_authorization.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-01 16:44:14 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-01 16:44:14 +0000
commit35199693690345039b2d2db2070bbd652e25328c (patch)
treee82465943fcece3d6d24f15f694f85d4df207bfd /tests/push_authorization.rs
parentd2ac69816567f092fe0d4661723bc43778cb481b (diff)
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)
Diffstat (limited to 'tests/push_authorization.rs')
-rw-r--r--tests/push_authorization.rs1
1 files changed, 1 insertions, 0 deletions
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_
68isolated_push_test!(test_pr_event_published_removes_nostr_ref_at_incorrect_commit); 68isolated_push_test!(test_pr_event_published_removes_nostr_ref_at_incorrect_commit);
69isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected); 69isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected);
70isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); 70isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted);
71isolated_push_test!(test_head_set_after_state_event_with_existing_commit);