Bug 20581: (follow-up) Fix unit test
Since we're now storing the authorised_value column as the foreign key, rather than the id, we need to account for this in the test Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
a2ced89ab4
commit
9f9b809b60
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ subtest 'Custom statuses' => sub {
|
||||||
{
|
{
|
||||||
class => 'Koha::Illrequests',
|
class => 'Koha::Illrequests',
|
||||||
value => {
|
value => {
|
||||||
status_alias => $av->id
|
status_alias => $av->authorised_value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue