Maxi Schvindt 7 سال پیش
والد
کامیت
0a6f5b1472
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

+ 2 - 2
src/CablemodemBundle/tests/CMTSRESTControllerTest.php

@@ -24,7 +24,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
      */
     protected function getPOSTUri()
     {
-        return '/api/cmts.json';
+        return '/api/cmtss.json';
     }
 
     /**
@@ -68,7 +68,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
             'executeSnmp' => true,
             'extraData' => '',
             'tenancyId' => '1',
-            'modelId' => '1',
+            'modelId' => '1'
         ];
 
         if ($key == null) {