Fixed error's list with CI

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-08 02:54:48 +04:00
parent 8bf6ed8122
commit 9a1b781107
2 changed files with 1 additions and 201 deletions

View File

@ -292,7 +292,7 @@ final class local_webhooks_api_testcase extends advanced_testcase {
}
self::assertCount(1, api::get_services([
'name' => 'Example name #' . random_int(5, $total),
'point' => 'http://example.org/test_' . random_int(1, 5),
]));
$limit = intdiv($total, 2);