Skip to content

Commit

Permalink
attempt to debug the failing test (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 25, 2023
1 parent 67d3dcc commit 6e76603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/1-addons-install-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ debug() {
}

@test "run addons-install:run command" {
run debug terminus install:run ${SITE_ENV} ocp
debug terminus install:run ${SITE_ENV} ocp
[[ $output == *"Attempting to run the ocp job"* ]]
[ "$status" -eq 0 ]

Expand Down

0 comments on commit 6e76603

Please sign in to comment.