Skip to content

Commit

Permalink
remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed May 7, 2024
1 parent ceb5476 commit 241a421
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 241a421

Please sign in to comment.