Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jan 22, 2024
1 parent 18dc593 commit e043025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ var _ = Describe("ocdav", func() {
rr = httptest.NewRecorder()
req, err = http.NewRequest("PUT", basePath+"/newfile", strings.NewReader("new content"))
Expect(err).ToNot(HaveOccurred())
req.Header.Set(net.HeaderContentLength, "10")
req.Header.Set(net.HeaderContentLength, "11")
req = req.WithContext(ctx)

})
Expand Down

0 comments on commit e043025

Please sign in to comment.