Skip to content
Snippets Groups Projects
Commit 7bf3fe03 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #68179 fix test failure

parent 5f860888
Branches
Tags
3 merge requests!2582Dev#68179 contractuel connecteur storyplayr contactuel,!2577Dev#68184 contractuel http api moissonnage le kiosk,!2568Dev#68179 contractuel connecteur storyplayr contactuel
Pipeline #3796 passed with stage
in 31 minutes and 47 seconds
......@@ -65,7 +65,7 @@ class StoryPlayRSsoTest extends StoryPlayRActivatedTestCase {
/** @test */
public function scriptShouldContainsCheckUrl() {
$this->assertXPathContentContains('//script' , '&check_url=http://localhost/ghislo/StoryPlayR_Plugin/auth/validate', $this->_response->getBody());
$this->assertXPathContentContains('//script[contains(text(), "&check_url=")]' , '/StoryPlayR_Plugin/auth/validate');
}
}
......
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