diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-25 14:20:33 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-25 14:20:33 -0600 |
| commit | d099e77eaa8e51eef14cd775234bfd4b12098a4c (patch) | |
| tree | 5e85093c5730908ddc30a4ea003feac71346a111 /tests/integration_tests.rs | |
| parent | 654b31287617c56f8e148faabc63916e316f56c6 (diff) | |
test: move cedar_authorizer tests to integration test suite
Diffstat (limited to 'tests/integration_tests.rs')
| -rw-r--r-- | tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 9bbeaea5..2269c7f7 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -2,6 +2,7 @@ use authzd::{CedarAuthorizer, CheckService}; use envoy_types::ext_authz::v3::pb::Authorization; use std::sync::Arc; +mod authorization; mod common; #[tokio::test] |
