From a9a5faeae632b6e28b7212a3dfae99af12046edb Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 10 2024 07:22:11 +0000 Subject: DBHandler class dropped from API test PR https://pagure.io/koji/pull-request/4070 is introducing API testing, but https://pagure.io/koji/pull-request/4095 dropped DBHandler meanwhile. Related: https://pagure.io/koji/pull-request/4070 Related: https://pagure.io/koji/pull-request/4095 --- diff --git a/tests/test_api/data/api.json b/tests/test_api/data/api.json index 5efe7c6..9d93eb6 100644 --- a/tests/test_api/data/api.json +++ b/tests/test_api/data/api.json @@ -442,27 +442,6 @@ } } }, - "DBHandler": { - "type": "", - "is_class": true, - "members": { - "emit": { - "type": "", - "is_function": true, - "desc": "(self, record)", - "args": [ - { - "name": "self" - }, - { - "name": "record" - } - ], - "varargs": null, - "varkw": null - } - } - }, "DEFAULT_AUTH_TIMEOUT": { "type": "" },