From 2309a49fddd189e5dc9da1e7bf979864f02701e0 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 27 Jun 2025 14:53:48 -0600 Subject: test: rename common module to support --- tests/authorization/cedar_authorizer_test.rs | 2 +- tests/authorization/check_service_test.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/authorization') 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; diff --git a/tests/authorization/check_service_test.rs b/tests/authorization/check_service_test.rs index 3bdf30c2..3a225974 100644 --- a/tests/authorization/check_service_test.rs +++ b/tests/authorization/check_service_test.rs @@ -1,6 +1,6 @@ #[cfg(test)] mod tests { - use crate::common::factory_bot::*; + use crate::support::factory_bot::*; use authzd::CheckService; use envoy_types::ext_authz::v3::pb::Authorization; use envoy_types::pb::envoy::service::auth::v3::attribute_context::HttpRequest; -- cgit v1.2.3