feat: add parallel OA and HR leave review
This commit is contained in:
@@ -7,11 +7,12 @@ backend_url="${BACKEND_URL:-http://localhost:8080}"
|
||||
|
||||
curl --fail --silent --show-error "${backend_url}/actuator/health" | jq .
|
||||
|
||||
for username in employee manager admin; do
|
||||
for username in employee manager admin hr; do
|
||||
case "${username}" in
|
||||
employee) password='Employee123!' ;;
|
||||
manager) password='Manager123!' ;;
|
||||
admin) password='Admin123!' ;;
|
||||
hr) password='HrReviewer123!' ;;
|
||||
esac
|
||||
|
||||
token="$({
|
||||
|
||||
Reference in New Issue
Block a user