forgot to save one parameter change in the unit-test

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-06-07 11:40:42 +02:00
parent e958cfed84
commit eb9dded947

View File

@@ -197,7 +197,7 @@ class DataDumpTest extends TestCase
$customer_userdata = json_decode($json_result, true)['data']; $customer_userdata = json_decode($json_result, true)['data'];
$data = [ $data = [
'backup_job_entry' => 1337 'job_entry' => 1337
]; ];
$this->expectExceptionCode(404); $this->expectExceptionCode(404);
$this->expectExceptionMessage('Data export job with id #1337 could not be found'); $this->expectExceptionMessage('Data export job with id #1337 could not be found');