more complexity in the test conf

This commit is contained in:
John Lancaster
2024-07-07 17:17:11 -05:00
parent 6904ac30d5
commit 3481ff7976
15 changed files with 733 additions and 30 deletions

View File

@@ -6,4 +6,4 @@ class Test(ADBase):
def initialize(self):
self.adapi = self.get_ad_api()
self.notify = Notification(self.adapi)
self.notify.send("Test message from Test2 app.")
self.notify.send("Test notification from Test2 app.")