summaryrefslogtreecommitdiff
path: root/tests/authorization
diff options
context:
space:
mode:
Diffstat (limited to 'tests/authorization')
-rw-r--r--tests/authorization/cedar_authorizer_test.rs2
-rw-r--r--tests/authorization/check_service_test.rs2
2 files changed, 2 insertions, 2 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;
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;