diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php b/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php index 65e685e..285e616 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php @@ -100,7 +100,7 @@ function testFailedPageCreation() { * Create an unpublished node and confirm correct redirect behavior. */ function testUnpublishedNodeCreation() { - // Set the front page to the default "node" page. + // Set the front page to the test page. config('system.site')->set('page.front', 'test-page')->save(); // Set "Basic page" content type to be unpublished by default.