Skip to content

Commit 42f5861

Browse files
committed
The AWS presigned URL endpoint responds with an empty body
Signed-off-by: Richard Wall <[email protected]>
1 parent 8d1365d commit 42f5861

File tree

1 file changed

+0
-2
lines changed
  • pkg/internal/cyberark/dataupload

1 file changed

+0
-2
lines changed

pkg/internal/cyberark/dataupload/mock.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,4 @@ func (mds *mockDataUploadServer) handleUpload(w http.ResponseWriter, r *http.Req
139139
}
140140

141141
w.WriteHeader(http.StatusOK)
142-
w.Header().Set("Content-Type", "application/json")
143-
_, _ = w.Write([]byte(`{"success":true}`))
144142
}

0 commit comments

Comments
 (0)