fix unit-test as we have one less cronjob now

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2023-09-17 13:41:55 +02:00
parent 3ad203535a
commit 5b58ab4371
No known key found for this signature in database
GPG Key ID: C121F97338D7A352

View File

@ -24,7 +24,7 @@ class CronjobsTest extends TestCase
$json_result = Cronjobs::getLocal($admin_userdata)->listingCount();
$result = json_decode($json_result, true)['data'];
$this->assertEquals(7, $result);
$this->assertEquals(6, $result);
}
public function testCustomerCronjobsListNotAllowed()