Skip to content

Commit

Permalink
Fix tests by updating fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
1maple1 committed Aug 20, 2024
1 parent b84f0dd commit ee6b19b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion brewtils/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions brewtils/test/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit ee6b19b

Please sign in to comment.