gabriel 7 lat temu
rodzic
commit
c2367781d7
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      composer.lock
  2. 2 2
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 2 - 2
composer.lock

@@ -1632,7 +1632,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
-                "reference": "c5b5a55e649863161f6377788c6ddf89ebb12803"
+                "reference": "f4dcdef19c2ee2a6e3d79cd9cc6a72cc7ab65b0e"
             },
             "require": {
                 "ext-curl": "*",
@@ -1645,7 +1645,7 @@
                 }
             },
             "description": "The Flowdat3 Webservice Rest",
-            "time": "2017-09-14 18:22:42"
+            "time": "2017-09-14 18:33:41"
         },
         {
             "name": "ik/workflow-bundle",

+ 2 - 2
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -40,9 +40,9 @@ class ONURESTControllerTest extends WebTestCaseBase
 //        original
 //        $datos['client'] =
 //            json_encode(array(array("name" => "Stock", "id" => 1)));
-        $datos['clients'] =
+        $datos['api/clients'] =
             json_encode(array(array("name" => "Stock", "id" => 1)));
-        $datos['check'] =
+        $datos['api/devices/check'] =
             json_encode(array(array('result' => true, 'errors' => null)));
         return $datos;
     }