Skip to content

Commit 2f16b45

Browse files
committed
test: update test
1 parent 7493f07 commit 2f16b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Test/FeatureTestTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function provideRoutesData()
325325
public function testOpenCliRoutesFromHttpGot404($from, $to, $httpGet)
326326
{
327327
$this->expectException(PageNotFoundException::class);
328-
$this->expectExceptionMessage('Cannot access the controller in a CLI Route.');
328+
$this->expectExceptionMessage('Cannot access CLI Route: ');
329329

330330
$collection = Services::routes();
331331
$collection->setAutoRoute(true);

0 commit comments

Comments
 (0)