X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fstub-db.js;h=8ef104547c5907ff7c5dfe093e04d360d33895fd;hb=737fbd003d5c4dfea81b667ef906f1c106a60612;hp=608ea77150589b2053efa9f8c0997a3a27efcaac;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub diff --git a/test/stub-db.js b/test/stub-db.js index 608ea77..8ef1045 100644 --- a/test/stub-db.js +++ b/test/stub-db.js @@ -13,10 +13,11 @@ const stubFns = [ 'authenticationGet', 'authenticationUpsert', 'healthCheck', - 'schemaCheck', + 'initialize', 'subscriptionsByTopicId', 'subscriptionCountByTopicUrl', 'subscriptionDelete', + 'subscriptionDeleteExpired', 'subscriptionDeliveryClaim', 'subscriptionDeliveryClaimById', 'subscriptionDeliveryComplete', @@ -36,6 +37,8 @@ const stubFns = [ 'topicGetById', 'topicGetByUrl', 'topicGetContentById', + 'topicPendingDelete', + 'topicPublishHistory', 'topicSet', 'topicSetContent', 'topicUpdate',