UI - Conditions - Offer some information about what the filter/condition/trigger saw (#3062)

This commit is contained in:
dgtlmoon
2025-03-27 10:29:11 +01:00
committed by GitHub
parent 6c1b687cd1
commit 54b7c070f7
6 changed files with 19 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ class TestTriggerConditions(unittest.TestCase):
ephemeral_data={'text': "I saw 500 people at a rock show"})
# @todo - now we can test that 'Extract number' increased more than X since last time
self.assertTrue(result)
self.assertTrue(result.get('result'))
if __name__ == '__main__':