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 379ad17 commit 08f1637Copy full SHA for 08f1637
client/transport/stdio_test.go
@@ -553,7 +553,7 @@ func TestStdioErrors(t *testing.T) {
553
}
554
requestBytes, _ := json.Marshal(request)
555
requestBytes = append(requestBytes, '\n')
556
- stdoutWriter.Write(requestBytes)
+ _, _ = stdoutWriter.Write(requestBytes)
557
558
// Close stdin to trigger a write error when the response is sent
559
time.Sleep(50 * time.Millisecond) // Give time for the request to be processed
0 commit comments