diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 08:45:16 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 09:56:44 +0000 |
| commit | a6edb42dfc653b6826b59b7f296e0d0c4ee74557 (patch) | |
| tree | 4355445d8d51672cbf1dd86af0a4bd2ffcde1a7a /tests/push_authorization.rs | |
| parent | 30411a938d072a59d68815c975735d40366ad874 (diff) | |
fix: parsing maintainers from announcement event
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 9e2dc67..0dc802f 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs | |||
| @@ -65,6 +65,5 @@ macro_rules! isolated_push_test { | |||
| 65 | isolated_push_test!(test_push_authorized_by_owner_state); | 65 | isolated_push_test!(test_push_authorized_by_owner_state); |
| 66 | isolated_push_test!(test_push_rejected_without_state_event); | 66 | isolated_push_test!(test_push_rejected_without_state_event); |
| 67 | isolated_push_test!(test_push_rejected_wrong_commit); | 67 | isolated_push_test!(test_push_rejected_wrong_commit); |
| 68 | isolated_push_test!(test_recursive_maintainer_authorization); | ||
| 69 | isolated_push_test!(test_latest_state_event_used); | 68 | isolated_push_test!(test_latest_state_event_used); |
| 70 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file | 69 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file |