Skip to content
Snippets Groups Projects

hotline #51711 remove http:// from NOM_DOMAINE variable and build correct sitemap

Merged Laurent requested to merge hotline#51711_variable_nom_domaine_mal_utilisee into hotline-master
Files
2
@@ -98,7 +98,7 @@ class Admin_IndexControllerTest extends Admin_IndexControllerTestCase {
/** @test */
public function domaineNameShouldPresent() {
$this->assertXPathContentContains('//div/b', 'http://bokeh-library-portal.org');
$this->assertXPathContentContains('//div/b', 'bokeh-library-portal.org');
}