diff --git a/tests/Phue/Test/Command/CreateGroupTest.php b/tests/Phue/Test/Command/CreateGroupTest.php index 3dbb74d..0707b20 100644 --- a/tests/Phue/Test/Command/CreateGroupTest.php +++ b/tests/Phue/Test/Command/CreateGroupTest.php @@ -121,7 +121,7 @@ public function testSend() -> // ->will($this->returnValue((object)['id' => '/path/5'])); will($this->returnValue((object) array( - 'id' => '/path/5' + 'id' => '5' ))); // Send command and get response