diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php index ac925ee..8d6e2eb 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php @@ -164,7 +164,7 @@ public function testInvalidDisplayPlugin() { menu_router_rebuild(); $this->drupalGet('test_display_invalid'); - $this->assertResponse(403); + $this->assertResponse(404); } }