fix tests

This commit is contained in:
Adil Hafeez 2025-06-05 23:42:44 -07:00
parent 04f6c20e38
commit 8a46836ea9
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -59,7 +59,6 @@ def docker_start_archgw_detached(
volume_mappings = [
f"{arch_config_file}:/app/arch_config.yaml:ro",
"/Users/adilhafeez/src/intelligent-prompt-gateway/crates/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins:ro",
]
volume_mappings_args = [
item for volume in volume_mappings for item in ("-v", volume)