We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384cf83 commit fed30b6Copy full SHA for fed30b6
1 file changed
tests/src/ValueAbstracts/KeyPairFilenameConfigTest.php
@@ -141,7 +141,7 @@ public function testGetPrivateKeyStringThrowsExceptionWhenFileCannotBeRead(): vo
141
142
try {
143
$this->expectException(RuntimeException::class);
144
- $this->expectExceptionMessage(sprintf('Could not read file %s.', $unreadableFile));
+ $this->expectExceptionMessage('Could not read file');
145
$config->getPrivateKeyString();
146
} finally {
147
chmod($unreadableFile, 0666);
0 commit comments