mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Adapt encryption test to change in generateHeader
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
360772e4d6
commit
1d9f2330c5
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class CryptTest extends TestCase {
|
|||
*/
|
||||
public function dataTestGenerateHeader() {
|
||||
return [
|
||||
[null, 'HBEGIN:cipher:AES-128-CFB:keyFormat:hash:HEND'],
|
||||
[null, 'HBEGIN:cipher:AES-128-CFB:keyFormat:hash2:HEND'],
|
||||
['password', 'HBEGIN:cipher:AES-128-CFB:keyFormat:password:HEND'],
|
||||
['hash', 'HBEGIN:cipher:AES-128-CFB:keyFormat:hash:HEND']
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue