Skip to content
Snippets Groups Projects
Commit a3056cb9 authored by Matthias Meusburger's avatar Matthias Meusburger
Browse files

dev #19572 : Try to see why rssLinkShouldContainExpectedUrl fails in CI.

parent cb1f0abd
4 merge requests!896Master,!893Master,!884Dev #19572 miop typo3 import vignettes,!853Dev #19572 miop typo3 import vignettes
......@@ -315,7 +315,7 @@ class RssControllerCritiquesTest extends AbstractControllerTestCase {
/** @test */
public function rssLinkShouldContainExpectedUrl() {
$this->assertXPathContentContains('//channel/link', BASE_URL);
$this->assertXPathContentContains('//channel/link', BASE_URL, $this->_response->getBody());
}
/** @test */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment