diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-27 15:16:58 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-27 15:16:58 +0000 |
| commit | 233feae6af4b291e4860a1ddf9df2ccf82e57c2f (patch) | |
| tree | 569d798c72f3219d7d4a7035724045a624d0fc2a /tests | |
| parent | 3f18235e4d2b881b7bac543878cdf501abfe667e (diff) | |
fix(tests): update main project tests for grasp-audit API changes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/push_authorization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 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_push_authorized_by_direct_maintainer_state); | 68 | isolated_push_test!(test_push_authorized_by_maintainer_state_only); |
| 69 | isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); | 69 | isolated_push_test!(test_push_authorized_by_recursive_maintainer_state); |
| 70 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file | 70 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file |