Skip to content
Snippets Groups Projects
Commit a91b8f46 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge remote-tracking branch 'refs/remotes/origin/hotline' into...

Merge remote-tracking branch 'refs/remotes/origin/hotline' into hotline#82346_probleme_de_chargement_des_fichiers_xslx_dans_bokeh
parents 75c3a598 a7935b26
Branches
Tags
1 merge request!2937hotline #82346 : add xlsx exstension in htaccess
Pipeline #5721 failed with stage
in 32 minutes and 57 seconds
......@@ -415,7 +415,9 @@ class AuthorPageViewRecordWithoutAuthorTest extends AuthorPageTestCase {
$this->fixture('Class_Notice', ['id' => 999, 'titre_principal' => 'Les contacteurs']);
$this->_http_client->whenCalled('open_url')
->with('http://cache.org?titre=Les+contacteurs&auteur=&type_doc=0&numero=&src=d65fb6da9bbd9e4ddc65b9dcf1c1869f&api=2.0&action=10')
->with('http://cache.org?titre=Les+contacteurs&auteur=&type_doc=0&numero=&src='
. Class_WebService_AllServices::createSecurityKey()
. '&api=2.0&action=10')
->answers(false);
$this->dispatch('/recherche/viewnotice/id/999');
......
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