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 427362c commit 5f917d7Copy full SHA for 5f917d7
buckets_test.go
@@ -91,7 +91,7 @@ func TestListBuckets_TimeFormats(t *testing.T) {
91
}
92
93
w.Header().Set("Content-Type", "application/json")
94
- json.NewEncoder(w).Encode(buckets)
+ _ = json.NewEncoder(w).Encode(buckets)
95
}))
96
defer server.Close()
97
0 commit comments