To reproduce: 1. Run: $ kshell k$ prove t/db_dependent/api/v1/advanced_editor_macros.t => FAIL: Two numbers are warned
Created attachment 104855 [details] [review] Bug 25494: Remove warnings in advanced editor macros routes There's a couple leftover 'warn's in the controller code. This patch removes that. To test: 1. Run: $ kshell k$ prove t/db_dependent/api/v1/advanced_editor_macros.t => FAIL: Two numbers are warned 2. Apply this patch and repeat 1 => SUCCESS: No more warns 3. Sign off :-D
(In reply to Tomás Cohen Arazi from comment #1) > > To test: > 1. Run: > $ kshell > k$ prove t/db_dependent/api/v1/advanced_editor_macros.t Can this be tested in a 'legacy' install? No vagrant/docker but a simple dev install Test fails for me, but perhaps I need some other setup
*** This bug has been marked as a duplicate of bug 25482 ***