aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/api_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api_test.php b/tests/api_test.php
index f079980..cd6ef6e 100644
--- a/tests/api_test.php
+++ b/tests/api_test.php
@@ -326,7 +326,7 @@ final class local_webhooks_api_testcase extends advanced_testcase {
$record2 = self::get_random_record();
$record2->id = api::add_service($record1);
- self::assertTrue(api::update_service($record2));
+ self::assertTrue(api::set_service($record2));
$events = $DB->get_records(LW_TABLE_EVENTS);
$services = $DB->get_records(LW_TABLE_SERVICES);