From c73bc7b45173ef12ca5690a851d6cb4ed5471d55 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 24 Jan 2023 15:43:13 +1300 Subject: [PATCH] MNT Broken builds --- tests/CommentsExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommentsExtensionTest.php b/tests/CommentsExtensionTest.php index c31798b..63c8840 100644 --- a/tests/CommentsExtensionTest.php +++ b/tests/CommentsExtensionTest.php @@ -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('

Post your comment

', $cf);