We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e63274 commit f41c63dCopy full SHA for f41c63d
internal/integrationtest/main/main_test.go
@@ -128,8 +128,7 @@ func TestLogOptions(t *testing.T) {
128
fileContent, err := logFileJson.ReadFileAsLines()
129
require.NoError(t, err)
130
for _, line := range fileContent {
131
- // it seems that vscode has problems reading a stream of JSONs. In this case, the last line of the file is empty and
132
- // causes the check to fail
+ // exclude empty lines since they are not valid json
133
if line == "" {
134
continue
135
}
0 commit comments