Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
rename
  • Loading branch information
l0lawrence committed May 24, 2024
commit f758e9bd895dc338f75a3b37dee8d5bceb7ee160
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_send_cloud_event_data_dict(self, eventgrid_cloud_event_topic_endpoint):

@EventGridPreparer()
@recorded_by_proxy
def test_send_cloud_event_data_dict(self, eventgrid_endpoint, eventgrid_topic_name):
def test_send_cloud_event_data_dict_namespace(self, eventgrid_endpoint, eventgrid_topic_name):
client = self.create_eg_publisher_client(eventgrid_endpoint, eventgrid_topic_name)
cloud_event = CloudEvent(
source="http://samplesource.dev",
Expand Down