diff --git a/tests/phpunit/Partials/BodyContentTest.php b/tests/phpunit/Partials/BodyContentTest.php index 19a84e27..aa0aafaa 100644 --- a/tests/phpunit/Partials/BodyContentTest.php +++ b/tests/phpunit/Partials/BodyContentTest.php @@ -78,7 +78,7 @@ class BodyContentTest extends MediaWikiIntegrationTestCase { HTML; AtEase::suppressWarnings(); - $this->assertStringContainsString( 'section-indicator', $partial->decorateBodyContent( $html ) ); + $this->assertStringContainsString( 'citizen-section-indicator', $partial->decorateBodyContent( $html ) ); AtEase::restoreWarnings(); } }