Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Slaveykov committed Oct 28, 2021
1 parent 64a4a1e commit acce26d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -203,7 +203,7 @@ public function testDeleteContentFromController()
])
);

$this->assertEquals(500, $response->status());
$this->assertEquals(200, $response->status());
$contentData = $response->getData()->data->ids;

$this->assertNotEmpty($contentData);
Expand Down

0 comments on commit acce26d

Please sign in to comment.