From 6d05e15778c8e738388f0bd2dbe91e7dadb07ea4 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Fri, 21 Jun 2024 14:52:35 -0400 Subject: [PATCH] update api check data for host.repoInit This is a call that should only be used by kojid, and we don't want out-of-date builders performing regens. --- tests/test_api/data/api.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/tests/test_api/data/api.json b/tests/test_api/data/api.json index 9d93eb6b..1a0b1d68 100644 --- a/tests/test_api/data/api.json +++ b/tests/test_api/data/api.json @@ -8291,7 +8291,7 @@ "varkw": null }, "host.repoInit": { - "desc": "(tag, task_id=None, with_src=False, with_debuginfo=False, event=None, with_separate_src=False)", + "desc": "(tag, task_id=None, event=None, opts=None)", "args": [ { "name": "tag" @@ -8300,21 +8300,13 @@ "name": "task_id", "default": "None" }, - { - "name": "with_src", - "default": "False" - }, - { - "name": "with_debuginfo", - "default": "False" - }, { "name": "event", "default": "None" }, { - "name": "with_separate_src", - "default": "False" + "name": "opts", + "default": "None" } ], "varargs": null,