MNT Broken builds

This commit is contained in:
Steve Boyd 2023-01-24 15:43:13 +13:00
parent e67b7e1f4f
commit c73bc7b451
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class CommentsExtensionTest extends FunctionalTest
// The comments form is HTML to do assertions by contains
$cf = (string) $item->CommentsForm();
$expected = '/comments/CommentsForm/" method="POST" enctype="application/x-www-form-urlencoded">';
$expected = '/comments/CommentsForm" method="POST" enctype="application/x-www-form-urlencoded">';
$this->assertStringContainsString($expected, $cf);
$this->assertStringContainsString('<h4>Post your comment</h4>', $cf);