From ee6b19becde164af88a60d8f077c39955657c3f2 Mon Sep 17 00:00:00 2001 From: 1maple1 <160027655+1maple1@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:45:23 +0000 Subject: [PATCH] Fix tests by updating fixture --- brewtils/plugin.py | 1 - brewtils/test/fixtures.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/brewtils/plugin.py b/brewtils/plugin.py index 526c3ca2..b6bd0bd4 100644 --- a/brewtils/plugin.py +++ b/brewtils/plugin.py @@ -448,7 +448,6 @@ def _startup(self): self._admin_processor.startup() try: - print(self._config) if self._config.requires: self.await_dependencies(self._config) except PluginValidationError: diff --git a/brewtils/test/fixtures.py b/brewtils/test/fixtures.py index f27488a9..3013afd5 100644 --- a/brewtils/test/fixtures.py +++ b/brewtils/test/fixtures.py @@ -264,6 +264,7 @@ def system_dict(instance_dict, command_dict, command_dict_2, system_id): "groups": ["GroupB", "GroupA"], "prefix_topic": "custom_topic", "requires": ["SystemA"], + "requires_timeout": 300 }