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 45e853d commit 94739aeCopy full SHA for 94739ae
tests/test_eventhub.py
@@ -23,7 +23,7 @@ def test_eventhub_input_type(self):
23
azf_eh.EventHubConverter.check_input_type_annotation
24
)
25
if sys.version_info >= (3, 9):
26
- self.assertTrue(check_input_type(list[func.EventGridEvent]))
+ self.assertTrue(check_input_type(list[func.EventHubEvent]))
27
28
self.assertTrue(check_input_type(func.EventHubEvent))
29
self.assertTrue(check_input_type(List[func.EventHubEvent]))
0 commit comments