Skip to content

Commit 3ba3af6

Browse files
committed
Fixed encryption test
1 parent c750117 commit 3ba3af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/api/test/EncryptionCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testDownloadEncryptedFileFails()
204204
}
205205

206206
$this->assertContains(
207-
'CustomerEncryptionKeyIsIncorrect',
207+
'The provided encryption key is incorrect',
208208
$e->getMessage()
209209
);
210210
}

0 commit comments

Comments
 (0)