Skip to content

Commit 005fc9d

Browse files
committed
[ClickHouse org] Update CH Severity parsing
1 parent 4a88bb1 commit 005fc9d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

processor/loghouseprocessor/processor_test.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ func Test_plaintextSeverity(t *testing.T) {
4545

4646
func Test_chSeverity(t *testing.T) {
4747
type testCase struct {
48-
in string
49-
exStr string
50-
exNum plog.SeverityNumber
51-
comment string
48+
in string
49+
exStr string
50+
exNum plog.SeverityNumber
5251
}
5352
testCases := []testCase{
5453
{

0 commit comments

Comments
 (0)