We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f221d8 commit d5df4bcCopy full SHA for d5df4bc
src/python_testing/TC_COMMTR_3_1.py
@@ -192,11 +192,11 @@ async def test_TC_COMMTR_3_1(self):
192
self.step("13")
193
# TH sends TestEventTrigger command to General Diagnostics Cluster on Endpoint 0 with EnableKey field set to PIXIT.COMMTR.TEST_EVENT_TRIGGER_KEY
194
# and EventTrigger field set to PIXIT.COMMTR.TEST_EVENT_TRIGGER for Test Event Clear.
195
- self.send_test_event_trigger_clear()
+ await self.send_test_event_trigger_clear()
196
197
self.step("14")
198
# TH removes the subscription to MeteredQuantity attribute.
199
- subscription_handler.cancel()
+ await subscription_handler.cancel()
200
201
202
if __name__ == "__main__":
0 commit comments