Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/eventgrid/azure-eventgrid/tests/_mocks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json


# storage cloud event
cloud_storage_dict = {
"id":"a0517898-9fa4-4e70-b4a3-afda1dd68672",
Expand Down
11 changes: 7 additions & 4 deletions sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
cloud_storage_dict,
cloud_storage_string,
cloud_storage_bytes,
eg_storage_dict,
eg_storage_string,
eg_storage_bytes,
cloud_custom_dict,
cloud_custom_string,
cloud_custom_bytes,
eg_custom_dict,
eg_custom_string,
eg_custom_bytes
eg_custom_bytes,
eg_storage_dict,
eg_storage_string,
eg_storage_bytes
)

class EventGridConsumerTests(AzureMgmtTestCase):
Expand Down