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 69ec9dd commit 0b13a30Copy full SHA for 0b13a30
client_rsa_test.go
@@ -33,7 +33,7 @@ func TestExampleClient_WithAuthRSA(t *testing.T) {
33
// Response is bogus, just for testing
34
w.Header().Set("Content-Type", "application/json")
35
w.WriteHeader(http.StatusOK)
36
- json.NewEncoder(w).Encode(map[string]interface{}{
+ _ = json.NewEncoder(w).Encode(map[string]interface{}{
37
"retCode": 0,
38
"retMsg": "OK",
39
"result": map[string]interface{}{
0 commit comments