Skip to content

Commit 5b8f3c2

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 70e1671 commit 5b8f3c2

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
@@ -49,6 +49,6 @@ func TestValidFilterGrepConfig(t *testing.T) {
4949

5050
parserFluentdFilterGrep, err := toFluentdFilterGrep(filterGrep)
5151

52-
assert.EqualValues(t, err, nil)
52+
assert.NoError(t, err)
5353
assert.EqualValues(t, parserFluentdfilterGrep, expectedFluentFilterGrep)
5454
}

0 commit comments

Comments
 (0)