diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 15:36:12 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 17:16:24 +0000 |
| commit | 734d255efaa26bcb18b29d655bf30f8affb3a852 (patch) | |
| tree | b0d5b72e38bd4ceb6d35334741708f2a774a4994 /tests | |
| parent | 158d3f0722e731f2b534951069c322c5cbb5a721 (diff) | |
test: use fixtures in push tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/push_authorization.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
| 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_latest_state_event_used); | 68 | isolated_push_test!(test_push_authorized_by_direct_maintainer_state); |
| 69 | 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 | 70 | isolated_push_test!(test_non_maintainer_state_rejected); \ No newline at end of file |