CDB3-7875 Некорекний респонс при зміні статусу аварду
Precondition
Процедура з кількома авардами
STR:
- Змінити статус аварда 0 -> active
- Відправити запит на зміну статуса аварда 1 -> active
AR:
"message": {
"status": "Status pending can not be set. There is already award in pending, active status"
}
ER:
"message": {
"status": "Status active can not be set. There is already award in active status"
}