From 9a1b78110774c38cc24645f20a42d6067ab5478d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 8 May 2019 02:54:48 +0400 Subject: Fixed error's list with CI Signed-off-by: Valentin Popov --- tests/api_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/api_test.php') diff --git a/tests/api_test.php b/tests/api_test.php index f68ae52..461ddc6 100644 --- a/tests/api_test.php +++ b/tests/api_test.php @@ -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); -- cgit v1.2.3