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 4ac4182 commit 7da8906Copy full SHA for 7da8906
sdk/eventgrid/azure-eventgrid/tests/_mocks.py
@@ -1,5 +1,6 @@
1
import json
2
3
+
4
# storage cloud event
5
cloud_storage_dict = {
6
"id":"a0517898-9fa4-4e70-b4a3-afda1dd68672",
sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py
@@ -18,12 +18,15 @@
18
cloud_storage_dict,
19
cloud_storage_string,
20
cloud_storage_bytes,
21
- eg_storage_dict,
22
- eg_storage_string,
23
- eg_storage_bytes,
+ cloud_custom_dict,
+ cloud_custom_string,
+ cloud_custom_bytes,
24
eg_custom_dict,
25
eg_custom_string,
26
- eg_custom_bytes
+ eg_custom_bytes,
27
+ eg_storage_dict,
28
+ eg_storage_string,
29
+ eg_storage_bytes
30
)
31
32
class EventGridConsumerTests(AzureMgmtTestCase):
0 commit comments