mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(Session): Drop unused variable
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
41719f3e4e
commit
4feb4ca7ea
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ class CryptoSessionDataTest extends Session {
|
|||
public function testSessionDataStoredEncrypted(): void {
|
||||
$keyName = 'secret';
|
||||
$unencryptedValue = 'superSecretValue123';
|
||||
$encryptedValue = $this->crypto->encrypt($unencryptedValue);
|
||||
|
||||
$this->instance->set('secret', 'superSecretValue123');
|
||||
$this->instance->close();
|
||||
|
|
|
|||
Loading…
Reference in a new issue