Skip to content

Commit 70e1671

Browse files
joseaclcsatib02
andauthored
Update pkg/resources/fluentbit/configsecret_test.go
Co-authored-by: Bence Csati <[email protected]> Signed-off-by: José Antonio Cortés López <[email protected]>
1 parent 5f6f8ec commit 70e1671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/fluentbit/configsecret_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestValidFilterGrepConfig(t *testing.T) {
4747
Logical_Op: "AND",
4848
}
4949

50-
parserFluentdfilterGrep, err := toFluentdFilterGrep(filterGrep)
50+
parserFluentdFilterGrep, err := toFluentdFilterGrep(filterGrep)
5151

5252
assert.EqualValues(t, err, nil)
5353
assert.EqualValues(t, parserFluentdfilterGrep, expectedFluentFilterGrep)

0 commit comments

Comments
 (0)