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
A small change to the EventGridPublisherClient integration tests to make use a WebApplicationFactory client for transport instead of starting an instance of the .exe.
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.
A small change to the EventGridPublisherClient integration tests to make use a WebApplicationFactory client for transport instead of starting an instance of the .exe.