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