Skip to content

Commit

Permalink
Switch to array type for account_without_password
Browse files Browse the repository at this point in the history
  • Loading branch information
mboelen committed Jan 18, 2022
1 parent 2d16c60 commit 2840926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_authentication
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
LogText "Result: found one or more accounts without password"
for I in ${FIND2}; do
LogText "Account without password: ${I}"
Report "account_without_password=${I}"
Report "account_without_password[]=${I}"
done
Display --indent 2 --text "- Accounts without password" --result "${STATUS_WARNING}" --color RED
ReportWarning "${TEST_NO}" "Found accounts without password"
Expand Down

0 comments on commit 2840926

Please sign in to comment.