Skip to content

Commit 0b13a30

Browse files
committed
fix: lint
1 parent 69ec9dd commit 0b13a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_rsa_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestExampleClient_WithAuthRSA(t *testing.T) {
3333
// Response is bogus, just for testing
3434
w.Header().Set("Content-Type", "application/json")
3535
w.WriteHeader(http.StatusOK)
36-
json.NewEncoder(w).Encode(map[string]interface{}{
36+
_ = json.NewEncoder(w).Encode(map[string]interface{}{
3737
"retCode": 0,
3838
"retMsg": "OK",
3939
"result": map[string]interface{}{

0 commit comments

Comments
 (0)