We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816cf03 + b081ebf commit d632c21Copy full SHA for d632c21
tests/Feature/modules/Api/PostControllerTest.php
@@ -76,7 +76,7 @@ public function testModuleApiSinglePostEndpoint()
76
$this->assertEquals('success', $response->get('status'));
77
$this->assertArrayHasKey('data', $response->all());
78
79
- $rawData = $response->get('data')->getValue();
+ $rawData = $response->get('data');
80
81
$this->assertArrayHasKey('uuid', $rawData);
82
$this->assertArrayHasKey('title', $rawData);
0 commit comments