diff options
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 | ||