summaryrefslogtreecommitdiff
path: root/tests/integration_tests.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 13:06:08 -0600
committermo khan <mo@mokhan.ca>2025-06-27 13:06:08 -0600
commitc87d86d6e32d58070756883e4e0381d66b9fa1ab (patch)
tree96d2d3c88c4f4442e54dd102d61c742010ec2e16 /tests/integration_tests.rs
parentf59c24589af439e0e22f43a2e42595cf88973ccf (diff)
test: replace hardcoded path with relative path
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r--tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index 63aaaadc..6e181f26 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -1,4 +1,4 @@
-use authzd::{CedarAuthorizer, CheckService};
+use authzd::CheckService;
use common::*;
use envoy_types::ext_authz::v3::pb::Authorization;
use envoy_types::pb::envoy::service::auth::v3::attribute_context::HttpRequest;