From a40884a022f610448548090a28b90e993727eb83 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 8 Mar 2023 11:23:26 +0000 Subject: [PATCH] Bug 27542: (follow-up) Fix unit test Signed-off-by: Stephen Graham Signed-off-by: Pedro Amorim --- t/db_dependent/Illrequests.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t index bccaabefc2..178b89c327 100755 --- a/t/db_dependent/Illrequests.t +++ b/t/db_dependent/Illrequests.t @@ -356,7 +356,7 @@ subtest 'Status Graph tests' => sub { prev_actions => [ 'REQ', 'GENREQ' ], id => 'REQREV', name => 'Request reverted', - ui_method_name => 'Revert Request', + ui_method_name => 'Revert request', method => 'cancel', next_actions => [ 'REQ', 'GENREQ', 'KILL' ], ui_method_icon => 'fa-times', @@ -468,14 +468,14 @@ subtest 'Status Graph tests' => sub { name => 'Requested from partners', ui_method_name => 'Place request with partners', method => 'generic_confirm', - next_actions => [ 'COMP', 'CHK' ], + next_actions => [ 'COMP', 'CHK', 'REQREV' ], ui_method_icon => 'fa-send-o', }, REQREV => { - prev_actions => [ 'REQ' ], + prev_actions => [ 'REQ', 'GENREQ' ], id => 'REQREV', name => 'Request reverted', - ui_method_name => 'Revert Request', + ui_method_name => 'Revert request', method => 'cancel', next_actions => [ 'REQ', 'GENREQ', 'KILL' ], ui_method_icon => 'fa-times', -- 2.30.2