From 2399710356456ca7758b9ab3b7469cc67f21984e Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 29 Nov 2022 17:48:17 +0100 Subject: allow running encryption:fix-encrypted-version for all users Signed-off-by: Robin Appelman --- apps/encryption/tests/Command/FixEncryptedVersionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/encryption/tests/Command/FixEncryptedVersionTest.php') 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() { -- cgit v1.2.3