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-11-28 12:40:31 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 12:40:31 +0000
commitb94262161df99966fbb8aa6861fb46603039111f (patch)
treef0194656783d05263be2d940f4e182b1bec75070 /tests/push_authorization.rs
parentbf51a082ad54815f108bb255cf258fcae4a9bb4f (diff)
allow push to ref/nostr/<event-id>
Diffstat (limited to 'tests/push_authorization.rs')
-rw-r--r--tests/push_authorization.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs
index 1114782..38b02d4 100644
--- a/tests/push_authorization.rs
+++ b/tests/push_authorization.rs
@@ -66,4 +66,6 @@ isolated_push_test!(test_push_rejected_without_state_event);
66isolated_push_test!(test_push_rejected_wrong_commit); 66isolated_push_test!(test_push_rejected_wrong_commit);
67isolated_push_test!(test_push_authorized_by_maintainer_state_only); 67isolated_push_test!(test_push_authorized_by_maintainer_state_only);
68isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); 68isolated_push_test!(test_push_authorized_by_recursive_maintainer_state);
69isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file 69isolated_push_test!(test_non_maintainer_state_rejected);
70isolated_push_test!(test_push_to_refs_nostr_valid_event_id);
71isolated_push_test!(test_push_to_refs_nostr_invalid_event_id); \ No newline at end of file