Merge pull request #9808 from kobergj/FixChecksumTestFormat
[tests-only] Use sha1 checksum algorithm in tests
This commit is contained in:
@@ -259,6 +259,7 @@ class TUSContext implements Context {
|
|||||||
'headers' => $headers
|
'headers' => $headers
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
$client->setChecksumAlgorithm('sha1');
|
||||||
$client->setApiPath(
|
$client->setApiPath(
|
||||||
WebDavHelper::getDavPath(
|
WebDavHelper::getDavPath(
|
||||||
$user,
|
$user,
|
||||||
|
|||||||
Reference in New Issue
Block a user