Skip to content

Commit

Permalink
[CONSUL-504] Replace docker run in docker_consul (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joselo85 committed Dec 21, 2022
1 parent 6b11b09 commit 6203d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connect/envoy/helpers.windows.bash
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ function assert_intention_denied {
function docker_consul {
local DC=$1
shift 1
docker.exe run -i --rm --network envoy-tests windows/consul:local "$@"
docker_exec envoy_consul-${DC}_1 "$@"
}

function docker_consul_for_proxy_bootstrap {
Expand Down

0 comments on commit 6203d36

Please sign in to comment.