Fix tests in MigrationTest (#3359)
This commit is contained in:
parent
4eebaf7eb4
commit
0e7904a74b
|
|
@ -114,6 +114,5 @@ class MigrationTest extends TestCase
|
||||||
])->post('/api/v1/migration/start', $data);
|
])->post('/api/v1/migration/start', $data);
|
||||||
|
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
$this->assertTrue(file_exists(base_path('storage/migrations/migration/migration.json')));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue