Skip to content

Commit dbaade0

Browse files
committed
tests 2
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 63127f2 commit dbaade0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

license-mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@
308308
"github.com/ebitengine/purego": "Apache-2.0",
309309
"github.com/edsrzf/mmap-go": "BSD-3-Clause",
310310
"github.com/efficientgo/core": "Apache-2.0",
311+
"github.com/elastic/go-grok": "Apache-2.0",
312+
"github.com/elastic/go-sysinfo": "Apache-2.0",
313+
"github.com/elastic/go-windows": "Apache-2.0",
311314
"github.com/felixge/httpsnoop": "MIT",
312315
"github.com/GaijinEntertainment/go-exhaustruct/v3": "MIT",
313316
"github.com/go-faster/city": "MIT",

test/advanced.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ EOF
538538
export REPOSITORY="test-org/test-repo"
539539

540540
run sanitize_inputs
541+
echo "$output"
541542
[ "$status" -eq 0 ]
542543
[[ "$output" == "test-org/test-repo" ]]
543544
}
@@ -552,6 +553,7 @@ EOF
552553
export MEND_PROJECT_UUID="123e4567-e89b-12d3-a456-426614174000"
553554

554555
run sanitize_inputs
556+
echo "$output"
555557
[ "$status" -eq 0 ]
556558
[[ "$output" == *"Sanitized MEND_EMAIL: test@example.com"* ]]
557559
}

0 commit comments

Comments
 (0)