Replace Python tests with GO test #35469
Annotations
3 errors and 2 notices
golangci-lint
issues found
|
golangci-lint:
filebeat/testing/integration/cmd_test.go#L58
cannot use os.Create(filepath.Join(modules, "disabled-module.yml.disabled")) (value of type *os.File) as assert.TestingT value in argument to assert.NoError: *os.File does not implement assert.TestingT (missing method Errorf) (typecheck)
|
golangci-lint:
filebeat/testing/integration/cmd_test.go#L57
multiple-value os.Create(filepath.Join(modules, "enabled-module.yml")) (value of type (*os.File, error)) in single-value context
|
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Loading