diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-27 14:53:48 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-27 14:53:48 -0600 |
| commit | 2309a49fddd189e5dc9da1e7bf979864f02701e0 (patch) | |
| tree | d60300d727ab6de68c0e69cecc35b54e252b7642 /tests/authorization/cedar_authorizer_test.rs | |
| parent | f2e1cc278bedb63ba0b0b8d9a82e28f0e10fe048 (diff) | |
test: rename common module to support
Diffstat (limited to 'tests/authorization/cedar_authorizer_test.rs')
| -rw-r--r-- | tests/authorization/cedar_authorizer_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/authorization/cedar_authorizer_test.rs b/tests/authorization/cedar_authorizer_test.rs index e7e6eb2c..76bf06df 100644 --- a/tests/authorization/cedar_authorizer_test.rs +++ b/tests/authorization/cedar_authorizer_test.rs @@ -1,6 +1,6 @@ #[cfg(test)] mod tests { - use crate::common::factory_bot::*; + use crate::support::factory_bot::*; use authzd::Authorizer; use envoy_types::pb::envoy::service::auth::v3::attribute_context::HttpRequest; use std::collections::HashMap; |
