From 734d255efaa26bcb18b29d655bf30f8affb3a852 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 26 Nov 2025 15:36:12 +0000 Subject: test: use fixtures in push tests --- tests/push_authorization.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 0dc802f..152754f 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -65,5 +65,6 @@ macro_rules! isolated_push_test { isolated_push_test!(test_push_authorized_by_owner_state); isolated_push_test!(test_push_rejected_without_state_event); isolated_push_test!(test_push_rejected_wrong_commit); -isolated_push_test!(test_latest_state_event_used); +isolated_push_test!(test_push_authorized_by_direct_maintainer_state); +isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file -- cgit v1.2.3