Skip to content

Commit

Permalink
Updated terminus test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Feb 2, 2024
1 parent 827e91b commit 03e17b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ _healthcheck_wait ()
unset output

# Check Terminus version
run docker exec -u docker "$NAME" bash -lc 'set -x; terminus --version | grep "^Terminus ${TERMINUS_VERSION}$"'
run docker exec -u docker "$NAME" bash -lc 'set -x; terminus --no-ansi --version | grep "^Terminus ${TERMINUS_VERSION}$"'
[[ ${status} == 0 ]]
unset output

Expand Down

0 comments on commit 03e17b0

Please sign in to comment.