Skip to content
Snippets Groups Projects
Commit 9a8d19df authored by Laurent's avatar Laurent
Browse files

Merge branch 'stable' into hotline-master

parents b96e8b72 d873c620
Branches
Tags
2 merge requests!896Master,!850Master
......@@ -279,6 +279,7 @@ class UploadControllerVignetteNoticeActionPostValidUrlForPeriodiqueTest extends
.'&numero=1118'
.'&clef_chapeau='.urlencode('SCIENCE VIE')
.'&src='.Class_WebService_AllServices::createSecurityKey()
.'&api=2.0'
.'&action=12')
->answers(json_encode(['vignette' => 'http://cache.org/science_vie_thumb.jpg',
'image' => 'http://cache.org/science_vie.jpg',
......
......@@ -49,6 +49,7 @@ class Class_WebService_VignetteTest extends Storm_Test_ModelTestCase {
.'&type_doc=1'
.'&numero='
.'&src='.Class_WebService_AllServices::createSecurityKey()
.'&api=2.0'
.'&action=10')
->answers(json_encode(['vignette' => 'http://cache.org/potter_thumb.jpg',
......
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