Skip to content

Commit

Permalink
Merge pull request #171 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
Release 2.1.11
  • Loading branch information
stephen-cox authored Aug 6, 2024
2 parents 70c73de + b63fa1d commit 64fb03f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/Functional/GuidePagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public function testUnpublishedGuidePages() {
'status' => NodeInterface::NOT_PUBLISHED,
'localgov_guides_parent' => ['target_id' => $guide_overview_page->id()],
]);
$this->drupalLogout();
$this->drupalGet($guide_overview_page->toUrl()->toString());
$this->assertSession()->statusCodeEquals(403);
$this->drupalGet($guide_page_1->toUrl()->toString());
Expand Down

0 comments on commit 64fb03f

Please sign in to comment.