Commit Graph

2 Commits

Author SHA1 Message Date
Nick Craig-Wood
2d1c2725e4 webdav: fix tests after go1.20 upgrade
Before this change we were sending webdav requests to the go http
FileServer. In go1.20 these (rightly) started returning errors which
caused the tests to fail.

The test has been changed to properly mock up an About query and
response so an end to end test of adding headers is possible.
2023-01-16 11:19:16 +00:00
Antoon Prins
326f3b35ff webdav: add headers option 2021-05-12 09:52:07 +01:00