From 8041be680cc2f526caa55f5c8e4a35fc3ce9afcc Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 30 Apr 2019 14:21:31 +0000 Subject: [PATCH] Bug 21411: (QA follow-up) fix tests --- t/db_dependent/Koha/KeyboardShortcuts.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Koha/KeyboardShortcuts.t b/t/db_dependent/Koha/KeyboardShortcuts.t index 6dd77e09de..fc98a1b933 100644 --- a/t/db_dependent/Koha/KeyboardShortcuts.t +++ b/t/db_dependent/Koha/KeyboardShortcuts.t @@ -37,7 +37,6 @@ my $nb_of_shortcuts = Koha::KeyboardShortcuts->search->count; my $shortcut_hash = { shortcut_name => 'this_cut', shortcut_keys => 'Ctrl-D', - shortcut_desc => 'DOES_THE_THING' }; my $new_shortcut = Koha::KeyboardShortcut->new($shortcut_hash)->store; -- 2.11.0