File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 528528 "github.com/jackc/puddle/v2" : " MIT" ,
529529 "github.com/jbenet/go-context" : " MIT" ,
530530 "github.com/jeandeaual/go-locale" : " MIT" ,
531+ "github.com/jedib0t/go-pretty" : " MIT" ,
532+ "github.com/jedib0t/go-pretty/v6" : " MIT" ,
531533 "github.com/Jeffail/gabs/v2" : " MIT" ,
534+ "github.com/jellydator/ttlcache/v3" : " MIT" ,
535+ "github.com/jgautheron/goconst" : " MIT" ,
536+ "github.com/jhump/protoreflect" : " Apache-2.0" ,
532537 "github.com/klauspost/compress" : " BSD-3-Clause" ,
533538 "github.com/lufia/plan9stats" : " BSD-3-Clause" ,
534539 "github.com/magiconair/properties" : " BSD-2-Clause" ,
Original file line number Diff line number Diff line change 643643# Todo: Range Check
644644# Test 22: sanitize_inputs rejects invalid numeric values
645645@test " sanitize_inputs rejects invalid numeric values" {
646- export MEND_MAX_WAIT_TIME=" 8000" # Too high
647-
648- run sanitize_inputs
646+ export MEND_MAX_WAIT_TIME=" 30" # Too high
647+ echo " $output "
648+ echo " $status "
649+ run sanitize_inputs
649650 [ " $status " -eq 0 ]
650651 [[ " $output " == * " Input sanitization completed successfully" * ]]
651652}
You can’t perform that action at this time.
0 commit comments