@@ -85,7 +85,7 @@ class AttachmentApiControllerTest extends \Test\TestCase {
|
|||||||
$this->cardId,
|
$this->cardId,
|
||||||
$this->attachmentExample->getId());
|
$this->attachmentExample->getId());
|
||||||
|
|
||||||
$expected = new DataResponse($this->attachmentExample, HTTP::STATUS_OK);
|
$expected = $this->attachmentExample;
|
||||||
$actual = $this->controller->display();
|
$actual = $this->controller->display();
|
||||||
$this->assertEquals($expected, $actual);
|
$this->assertEquals($expected, $actual);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user