Skip to content

Commit

Permalink
Fix the failing Fluent Bit conf test. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingling128 authored Mar 12, 2021
1 parent 6e712fb commit d98c182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluentbit/conf/conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ func TestStackdriver(t *testing.T) {
}
want := `[OUTPUT]
# https://docs.fluentbit.io/manual/pipeline/outputs/stackdriver
Name stackdriver
resource gce_instance
Name stackdriver
resource gce_instance
Match_Regex ^(test_match)$
# https://docs.fluentbit.io/manual/administration/scheduling-and-retries
Expand Down

0 comments on commit d98c182

Please sign in to comment.