pm7y / AzureEventGridSimulator

A simulator that provides endpoints to mimic the functionality of Azure Event Grid topics and subscribers and is compatible with the Azure.Messaging.EventGrid client library.
MIT License
82 stars 39 forks source link

Use WebApplicationFactory client as EventGridPublisherClient transport #140

Closed EtherZa closed 1 year ago

EtherZa commented 1 year ago

A small change to the EventGridPublisherClient integration tests to make use a WebApplicationFactory client for transport instead of starting an instance of the .exe.

pm7y commented 1 year ago

Thanks for your contribution, however I have made some changes so that these tests should work on linux and windows. I am going to close the PR in favour of keeping the code the way it is.