Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored and cmuench committed Apr 2, 2024
1 parent 32cc050 commit aa60c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bats/functional_magerun_commands.bats
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ function cleanup_files_in_magento() {
}

@test "Command: dev:encrypt & dev:decrypt" {
result=$(run $BIN "dev:encrypt" testValue)
run $BIN "dev:decrypt" $result
result=$($BIN "dev:encrypt" "testValue")
run $BIN "dev:decrypt" "${result}"
assert_output "testValue"
}

Expand Down

0 comments on commit aa60c1f

Please sign in to comment.