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 f9043d1 commit 4c30b72Copy full SHA for 4c30b72
1 file changed
cmd/csaf_downloader/forwarder_test.go
@@ -349,6 +349,7 @@ func (fc *fakeClient) Do(*http.Request) (*http.Response, error) {
349
return &http.Response{
350
Status: http.StatusText(http.StatusCreated),
351
StatusCode: http.StatusCreated,
352
+ Body: io.NopCloser(strings.NewReader("ok")),
353
}, nil
354
case 1:
355
fc.state = 2
0 commit comments