diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 12:40:31 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 12:40:31 +0000 |
| commit | b94262161df99966fbb8aa6861fb46603039111f (patch) | |
| tree | f0194656783d05263be2d940f4e182b1bec75070 /tests/push_authorization.rs | |
| parent | bf51a082ad54815f108bb255cf258fcae4a9bb4f (diff) | |
allow push to ref/nostr/<event-id>
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 4 |
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); | |||
| 66 | isolated_push_test!(test_push_rejected_wrong_commit); | 66 | isolated_push_test!(test_push_rejected_wrong_commit); |
| 67 | isolated_push_test!(test_push_authorized_by_maintainer_state_only); | 67 | isolated_push_test!(test_push_authorized_by_maintainer_state_only); |
| 68 | isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); | 68 | isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); |
| 69 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file | 69 | isolated_push_test!(test_non_maintainer_state_rejected); |
| 70 | isolated_push_test!(test_push_to_refs_nostr_valid_event_id); | ||
| 71 | isolated_push_test!(test_push_to_refs_nostr_invalid_event_id); \ No newline at end of file | ||