Skip to content

Commit f73bf01

Browse files
committed
tests 3
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 32950c6 commit f73bf01

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

license-mappings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,12 @@
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",

test/advanced.bats

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,10 @@ EOF
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
}

0 commit comments

Comments
 (0)