diff --git a/tests/phpunit/tests/feed/rss2.php b/tests/phpunit/tests/feed/rss2.php index f8cd9cfca8..73b224e71e 100644 --- a/tests/phpunit/tests/feed/rss2.php +++ b/tests/phpunit/tests/feed/rss2.php @@ -146,7 +146,7 @@ class Tests_Feed_RSS2 extends WP_UnitTestCase { // comment link $comments_link = xml_find( $items[$key]['child'], 'comments' ); - $this->assertEquals( get_permalink( $post) . '#comments', $comments_link[0]['content'] ); + $this->assertEquals( get_permalink( $post) . '#respond', $comments_link[0]['content'] ); // pub date $pubdate = xml_find( $items[$key]['child'], 'pubDate' );