Skip to content

Commit 882621d

Browse files
committed
MCLOUD-6381: Update error messages
1 parent f98903a commit 882621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Functional/Acceptance/ReportDirNestingLevelCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function testErrorReportDirNestingLevelNotSet(\CliTester $I): void
167167
$log
168168
);
169169
$I->assertContains(
170-
'You can configure the setting using the `config.report.dir_nesting_level`'
170+
'You can configure the setting using the `config.report.dir_nesting_level` variable'
171171
. ' in the file ' . $this->expectedPathLocalXml,
172172
$log
173173
);

0 commit comments

Comments
 (0)