fix: #2169 webhooks not firing (#2178)

* fix webhooks not firing due to missing session

* disable webhook test button because it doesnt do anything

* fix background task administration not working at all

* fix error in test
This commit is contained in:
Sören
2023-02-26 20:27:22 +01:00
committed by GitHub
parent da791ec9c5
commit 84d55eb920
8 changed files with 44 additions and 33 deletions

View File

@@ -100,5 +100,5 @@ class GroupEventsNotifierController(BaseUserController):
document_data=EventDocumentDataBase(document_type=EventDocumentType.generic, operation=EventOperation.info),
)
test_listener = AppriseEventListener(self.event_bus.session, self.group_id)
test_listener = AppriseEventListener(self.group_id)
test_listener.publish_to_subscribers(test_event, [item.apprise_url])