From 241a4218b657895a7e36ad735c5e7fa2fff32fcd Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Tue, 7 May 2024 17:35:19 +0200 Subject: [PATCH] remove duplicated test --- .../tests/src/Functional/RedirectSchemaTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/thunder_gqls/tests/src/Functional/RedirectSchemaTest.php b/modules/thunder_gqls/tests/src/Functional/RedirectSchemaTest.php index c72e04a93..a25a5baec 100644 --- a/modules/thunder_gqls/tests/src/Functional/RedirectSchemaTest.php +++ b/modules/thunder_gqls/tests/src/Functional/RedirectSchemaTest.php @@ -107,15 +107,6 @@ public function redirectTestCases(): array { 'status' => 301, ], ], - 'Redirect from canonical' => [ - [ - 'path' => '/node/' . $this->loadNodeByUuid('36b2e2b2-3df0-43eb-a282-d792b0999c07')->id(), - ], - [ - 'url' => '/come-drupalcon-new-orleans', - 'status' => 301, - ], - ], 'Redirect does not exist' => [ [ 'path' => '/unknown-url',