diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
index 21b9ddf8c37ce0a19ca30504657ab2731ca2e2c3..4f61a71922bdd4fe1e3b1e1cac977f45f8d46cea 100644
--- a/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
+++ b/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
@@ -112,7 +112,6 @@ public function testEnforceRevisionsEntityFormAlter() {
     // Ensure checkboxes in the 'workflow' section can be altered, even when
     // 'revision' is enforced and disabled.
     $this->drupalGet('admin/structure/types/manage/moderated');
-    $this->drupalGet('admin/structure/types/manage/moderated');
     $this->submitForm(['options[promote]' => TRUE], 'Save content type');
     $this->drupalGet('admin/structure/types/manage/moderated');
     $this->assertSession()->checkboxChecked('options[promote]');