Skip to content

Commit

Permalink
Fix platform.sh integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Apr 19, 2024
1 parent ef185cf commit 51482a6
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 @@ -359,7 +359,7 @@ _healthcheck_wait ()
unset output

# Confirm authentication works
run docker exec -u docker "${NAME}" bash -lc 'platform auth:info -n'
run docker exec -u docker "${NAME}" bash -lc 'platform auth:info --no-interaction'
[[ ${status} == 0 ]]
[[ ! "${output}" =~ "Invalid API token" ]]
[[ "${output}" =~ "developer@docksal.io" ]]
Expand Down

0 comments on commit 51482a6

Please sign in to comment.