Skip to content

Commit a7a76d3

Browse files
committed
tests 36
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 9d82610 commit a7a76d3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

license-mappings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,13 @@
469469
"github.com/gorilla/mux": "BSD-3-Clause",
470470
"github.com/gorilla/securecookie": "BSD-3-Clause",
471471
"github.com/gorilla/websocket": "BSD-2-Clause",
472+
"github.com/gostaticanalysis/analysisutil": "MIT",
473+
"github.com/gostaticanalysis/comment": "MIT",
474+
"github.com/gostaticanalysis/forcetypeassert": "MIT",
475+
"github.com/gostaticanalysis/nilerr": "MIT",
476+
"github.com/gosuri/uitable": "MIT",
477+
"github.com/grafana/grafana-foundation-sdk/go": "Apache-2.0",
478+
"github.com/grafana/regexp": "BSD-3-Clause",
472479
"github.com/Jeffail/gabs/v2": "MIT",
473480
"github.com/klauspost/compress": "BSD-3-Clause",
474481
"github.com/lufia/plan9stats": "BSD-3-Clause",

test/advanced.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ EOF
11471147
export EXCLUDE="*-test.json"
11481148
export GITHUB_TOKEN="github-token"
11491149

1150-
run timeout 10 sanitize_inputs
1150+
run sanitize_inputs
11511151
echo "$output"
11521152
echo "$status"
11531153
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)