diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 05:45:47 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 07:38:58 +0000 |
| commit | 30411a938d072a59d68815c975735d40366ad874 (patch) | |
| tree | f802d1bf9f9959105d2d18af81c528722fa7a675 /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | a005132ab806b7177d4eb3e3306914841704ffec (diff) | |
feat: push authorization from state event
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index 8b29f8c..0d0bd9c 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -5,6 +5,7 @@ pub mod event_acceptance_policy; | |||
| 5 | pub mod git_clone; | 5 | pub mod git_clone; |
| 6 | pub mod nip01_smoke; | 6 | pub mod nip01_smoke; |
| 7 | pub mod nip11_document; | 7 | pub mod nip11_document; |
| 8 | pub mod push_authorization; | ||
| 8 | pub mod repository_creation; | 9 | pub mod repository_creation; |
| 9 | 10 | ||
| 10 | pub use cors::CorsTests; | 11 | pub use cors::CorsTests; |
| @@ -12,4 +13,5 @@ pub use event_acceptance_policy::EventAcceptancePolicyTests; | |||
| 12 | pub use git_clone::GitCloneTests; | 13 | pub use git_clone::GitCloneTests; |
| 13 | pub use nip01_smoke::Nip01SmokeTests; | 14 | pub use nip01_smoke::Nip01SmokeTests; |
| 14 | pub use nip11_document::Nip11DocumentTests; | 15 | pub use nip11_document::Nip11DocumentTests; |
| 16 | pub use push_authorization::PushAuthorizationTests; | ||
| 15 | pub use repository_creation::RepositoryCreationTests; | 17 | pub use repository_creation::RepositoryCreationTests; |