From 18f23e48cf8c911f2fba826451ffdca3a2944953 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:53:51 +0000 Subject: [PATCH] fix testing --- brewtils/test/fixtures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/brewtils/test/fixtures.py b/brewtils/test/fixtures.py index 8f940d9d..3996cc8b 100644 --- a/brewtils/test/fixtures.py +++ b/brewtils/test/fixtures.py @@ -629,7 +629,6 @@ def job_dict_for_import(job_dict): """A job dict but some keys and values are missing.""" dict_copy = copy.deepcopy(job_dict) for field in [ - "id", "next_run_time", "success_count", "error_count",