Skip to content

Commit 32950c6

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

license-mappings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@
526526
"github.com/jackc/pgx/v4": "MIT",
527527
"github.com/jackc/pgx/v5": "MIT",
528528
"github.com/jackc/puddle/v2": "MIT",
529+
"github.com/jbenet/go-context": "MIT",
530+
"github.com/jeandeaual/go-locale": "MIT",
529531
"github.com/Jeffail/gabs/v2": "MIT",
530532
"github.com/klauspost/compress": "BSD-3-Clause",
531533
"github.com/lufia/plan9stats": "BSD-3-Clause",

test/advanced.bats

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ 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
646+
export MEND_MAX_WAIT_TIME="8000" # Too high
647647

648648
run sanitize_inputs
649649
[ "$status" -eq 0 ]
@@ -918,7 +918,6 @@ EOF
918918
[[ "$output" == "0" ]]
919919
}
920920

921-
# TODO: Remove leading zeros from numeric sanitization
922921
# Test 53: sanitize_numeric handles leading zeros
923922
@test "sanitize_numeric handles leading zeros" {
924923
run sanitize_numeric "00123" "TEST_FIELD"

0 commit comments

Comments
 (0)