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",