Skip to content

Commit 3e0c1c3

Browse files
committed
MCLOUD-6381: Update error messages
1 parent 69fb297 commit 3e0c1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Test/Unit/Config/Schema/Validator/SplitDbTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testValidateWithError(): void
5151
$this->assertEquals(
5252
new Error(
5353
'The SOME_VARIABLE variable contains the invalid value.'
54-
.' It should be an array with following values:: [quote, sales].'
54+
.' It should be an array with following values: [quote, sales].'
5555
),
5656
$this->validator->validate('SOME_VARIABLE', ['invalid_value'])
5757
);

src/Test/Unit/Config/Validator/Deploy/ReportDirNestingLevelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function testValidateWithoutEnvVarWithoutConfigValue()
140140
->method('error')
141141
->with(
142142
'The directory nesting level value for error reporting has not been configured.',
143-
'You can configure the setting using the `config.report.dir_nesting_level`'
143+
'You can configure the setting using the `config.report.dir_nesting_level` variable'
144144
. ' in the file ' . $this->reportConfigFile
145145
);
146146

0 commit comments

Comments
 (0)