Skip to content

Commit cef3a2a

Browse files
joseaclCopilot
andauthored
Update pkg/resources/fluentbit/configsecret_test.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: José Antonio Cortés López <[email protected]>
1 parent 5b8f3c2 commit cef3a2a

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
@@ -31,7 +31,7 @@ func TestInvalidFilterGrepConfig(t *testing.T) {
3131

3232
_, err := toFluentdFilterGrep(invalidFilterGrep)
3333

34-
assert.EqualError(t, err, "failed to parse grep filter for fluentbit, Logical_Op is set, it's not posible to set both Regex and Exclude")
34+
assert.EqualError(t, err, "failed to parse grep filter for fluentbit, Logical_Op is set, it's not possible to set both Regex and Exclude")
3535
}
3636

3737
func TestValidFilterGrepConfig(t *testing.T) {

0 commit comments

Comments
 (0)