mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove html_back as key from restore
This commit is contained in:
parent
46a74baff1
commit
28dd999cb8
@ -792,7 +792,7 @@ class ImportCompanyTest extends TestCase
|
||||
$this->assertEquals(25, count($this->backup_json_object->backups));
|
||||
|
||||
$this->genericImportWithoutCompany(Backup::class,
|
||||
['activity_id', 'hashed_id'],
|
||||
['activity_id', 'hashed_id','html_backup'],
|
||||
[
|
||||
['activities' => 'activity_id'],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user