diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 14:09:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 14:09:57 -0600 |
| commit | 034cb934375e789a54a22c34b37426ffe9affd4b (patch) | |
| tree | ed82d15f8c9dbad06b9932fc43acafae531b94f8 /tests/support | |
| parent | aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (diff) | |
fix: revert back to envoy-types crate
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/factory_bot.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/support/factory_bot.rs b/tests/support/factory_bot.rs index b6664cca..2947d2d2 100644 --- a/tests/support/factory_bot.rs +++ b/tests/support/factory_bot.rs @@ -1,6 +1,6 @@ -use crate::rpc::envoy::service::auth::v3::CheckRequest; -use crate::rpc::envoy::service::auth::v3::AttributeContext; -use crate::rpc::envoy::service::auth::v3::attribute_context::{HttpRequest, Request}; +use envoy_types::pb::envoy::service::auth::v3::CheckRequest; +use envoy_types::pb::envoy::service::auth::v3::AttributeContext; +use envoy_types::pb::envoy::service::auth::v3::attribute_context::{HttpRequest, Request}; use std::collections::HashMap; use std::net::SocketAddr; use std::str::FromStr; |
