We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c76a9 commit 6b99f2eCopy full SHA for 6b99f2e
internal/http/services/owncloud/ocdav/put_test.go
@@ -41,7 +41,7 @@ import (
41
func TestDisableVersioningHeaderPassedAlong(t *testing.T) {
42
43
gatewayAPIEndpoint := "my-api-endpoint"
44
- incomingPath := "myfile.txt"
+ incomingPath := "http://my-reva.com/myfile.txt"
45
input := "Hello world!"
46
47
// create HTTP request
0 commit comments