Skip to content

Commit 7da8906

Browse files
author
Rakshith Bhyravabhotla
authored
Event grid v2 (#13201)
* other fixes * auto update * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_version.py * comments * tests fix
1 parent 4ac4182 commit 7da8906

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

sdk/eventgrid/azure-eventgrid/tests/_mocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import json
22

3+
34
# storage cloud event
45
cloud_storage_dict = {
56
"id":"a0517898-9fa4-4e70-b4a3-afda1dd68672",

sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
cloud_storage_dict,
1919
cloud_storage_string,
2020
cloud_storage_bytes,
21-
eg_storage_dict,
22-
eg_storage_string,
23-
eg_storage_bytes,
21+
cloud_custom_dict,
22+
cloud_custom_string,
23+
cloud_custom_bytes,
2424
eg_custom_dict,
2525
eg_custom_string,
26-
eg_custom_bytes
26+
eg_custom_bytes,
27+
eg_storage_dict,
28+
eg_storage_string,
29+
eg_storage_bytes
2730
)
2831

2932
class EventGridConsumerTests(AzureMgmtTestCase):

0 commit comments

Comments
 (0)