Skip to content

Commit 6b99f2e

Browse files
committed
Fixed bug in unit test: wrong incoming path for fake http request
1 parent e8c76a9 commit 6b99f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/http/services/owncloud/ocdav/put_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141
func TestDisableVersioningHeaderPassedAlong(t *testing.T) {
4242

4343
gatewayAPIEndpoint := "my-api-endpoint"
44-
incomingPath := "myfile.txt"
44+
incomingPath := "http://my-reva.com/myfile.txt"
4545
input := "Hello world!"
4646

4747
// create HTTP request

0 commit comments

Comments
 (0)