From 233feae6af4b291e4860a1ddf9df2ccf82e57c2f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 27 Nov 2025 15:16:58 +0000 Subject: fix(tests): update main project tests for grasp-audit API changes --- tests/push_authorization.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 152754f..0a9ffb9 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -65,6 +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_push_authorized_by_direct_maintainer_state); +isolated_push_test!(test_push_authorized_by_maintainer_state_only); 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