From ada1a75bdca57232732b70ced131c075ba78ca71 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:53:26 -0500 Subject: [PATCH] Add source api to fixtures --- brewtils/test/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brewtils/test/fixtures.py b/brewtils/test/fixtures.py index 4a7f8b01..0eccc916 100644 --- a/brewtils/test/fixtures.py +++ b/brewtils/test/fixtures.py @@ -790,6 +790,7 @@ def operation_dict(ts_epoch, request_dict): "kwargs": {"extra": "kwargs"}, "target_garden_name": "child", "source_garden_name": "parent", + "source_api": "HTTP", "operation_type": "REQUEST_CREATE", }