We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84b243 commit 2086330Copy full SHA for 2086330
1 file changed
internal/cmd/gmail_attachment_more_test.go
@@ -282,6 +282,7 @@ func TestResolveAttachmentOutputPath(t *testing.T) {
282
}
283
})
284
285
+
286
func httptestServerForAttachment(t *testing.T, data string) *httptest.Server {
287
t.Helper()
288
return httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
0 commit comments