diff --git a/__tests__/bin/vip-slowlogs.js b/__tests__/bin/vip-slowlogs.js index 39a3ae88e..228db5c43 100644 --- a/__tests__/bin/vip-slowlogs.js +++ b/__tests__/bin/vip-slowlogs.js @@ -333,7 +333,7 @@ describe( 'getSlowlogs', () => { expect( exit.withError ).toHaveBeenCalledTimes( 1 ); expect( exit.withError ).toHaveBeenCalledWith( - 'Invalid format: jso. The supported formats are: csv, json, text.' + 'Invalid format: jso. The supported formats are: csv, json, table.' ); expect( slowlogsLib.getRecentSlowlogs ).not.toHaveBeenCalled();