From 25d396f49c51114f6958803b0d7be959667de976 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 6 Feb 2019 14:18:59 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- t/db_dependent/Illrequests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t index fc20d2d0aa..9046852b45 100644 --- a/t/db_dependent/Illrequests.t +++ b/t/db_dependent/Illrequests.t @@ -837,7 +837,7 @@ subtest 'Custom statuses' => sub { { class => 'Koha::Illrequests', value => { - status_alias => $av->id + status_alias => $av->authorised_value } } ); -- 2.11.0