Skip to content

Commit

Permalink
[ClickHouse org] Update CH Severity parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryCrispin committed Feb 1, 2024
1 parent 600cd74 commit ca1fa72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions processor/loghouseprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ func Test_plaintextSeverity(t *testing.T) {

func Test_chSeverity(t *testing.T) {
type testCase struct {
in string
exStr string
exNum plog.SeverityNumber
comment string
in string
exStr string
exNum plog.SeverityNumber
}
testCases := []testCase{
{
Expand Down

0 comments on commit ca1fa72

Please sign in to comment.