Skip to content

Commit

Permalink
Fixed bug in unit test: wrong incoming path for fake http request
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Geens committed Sep 30, 2024
1 parent 89dcb96 commit b3c36b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/owncloud/ocdav/put_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
func TestDisableVersioningHeaderPassedAlong(t *testing.T) {

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

// create HTTP request
Expand Down

0 comments on commit b3c36b5

Please sign in to comment.