Skip to content

Commit d5cc454

Browse files
authored
Update exporter/kafkaexporter/config_test.go
1 parent b4c860a commit d5cc454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/kafkaexporter/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func TestValidate_sasl_iam(t *testing.T) {
308308
}
309309

310310
err := config.Validate()
311-
assert.Equal(t, err, nil)
311+
assert.NoError(t, err)
312312
}
313313

314314
func Test_saramaProducerCompressionCodec(t *testing.T) {

0 commit comments

Comments
 (0)