Skip to content

Commit e2f0322

Browse files
committed
fix(test): unskip validationcontrollertest
1 parent 64585a9 commit e2f0322

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/Controller/Api/ValidationControllerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ public function testGetValidationNotFound()
126126
*/
127127
public function testUploadDatasetCorrectParams()
128128
{
129-
$this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
130-
131129
$filename = ValidationsFixtures::FILENAME_SUP_PM3;
132130
$dataset = $this->createFakeUpload(
133131
$filename,
@@ -229,8 +227,6 @@ public function testUploadDatasetNoFile()
229227
*/
230228
public function testDeleteValidation()
231229
{
232-
$this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
233-
234230
$validation = $this->getValidationFixture(ValidationsFixtures::VALIDATION_ARCHIVED);
235231

236232
$this->client->request(

0 commit comments

Comments
 (0)