Skip to content

Commit bd1d3d6

Browse files
committed
chore: fix typo in integration tests
1 parent 690cfa5 commit bd1d3d6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: integration/docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42

53
docker-cli:

Diff for: integration/smoke_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ for i in $(seq 1 $max_attempts); do
5757
wait_success="true"
5858
break
5959
fi
60-
echo "Waiting for OPC-UA proxy to be healthy: try #$i failed" >&2
60+
echo "Waiting for docker-socket-proxy to be healthy: try #$i failed" >&2
6161
[[ $i != "$max_attempts" ]] && sleep 5
6262
done
6363
if [ "$wait_success" != "true" ]; then
64-
die "failure waiting for OPC-UA proxy to be healthy"
64+
die "failure waiting for docker-socket-proxy to be healthy"
6565
fi
6666

6767
echo "$me: run docker CLI tests"

0 commit comments

Comments
 (0)