diff options
author | Robin Appelman <robin@icewind.nl> | 2022-11-29 17:48:17 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-11-29 17:49:35 +0100 |
commit | 2399710356456ca7758b9ab3b7469cc67f21984e (patch) | |
tree | 3db3175cee40afab6962e87b9a8f47712896606f /apps/encryption/tests/Command/FixEncryptedVersionTest.php | |
parent | df2c00c23565b121169473359680bd6ea2482e63 (diff) | |
download | nextcloud-server-2399710356456ca7758b9ab3b7469cc67f21984e.tar.gz nextcloud-server-2399710356456ca7758b9ab3b7469cc67f21984e.zip |
allow running encryption:fix-encrypted-version for all users
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/encryption/tests/Command/FixEncryptedVersionTest.php')
-rw-r--r-- | apps/encryption/tests/Command/FixEncryptedVersionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/Command/FixEncryptedVersionTest.php b/apps/encryption/tests/Command/FixEncryptedVersionTest.php index ee9ad1ac89f..5c938b4350d 100644 --- a/apps/encryption/tests/Command/FixEncryptedVersionTest.php +++ b/apps/encryption/tests/Command/FixEncryptedVersionTest.php @@ -344,7 +344,7 @@ The file \"/$this->userId/files/sub/hello.txt\" is: OK", $output); $output = $this->commandTester->getDisplay(); - $this->assertStringContainsString('No user id provided', $output); + $this->assertStringContainsString('Either a user id or --all needs to be provided', $output); } public function testExecuteWithBadUser() { |