Investigate if we can use the local disk instead of EventGrid for the remaining worker-related project templates integration tests #877
Labels
enhancement
New feature or request
runtime:azure-functions
All issues related to templates forAzure Functions
runtime:dotnet
All issues related to templates in pure .NET
template-area:worker
All issues related to templates for workers
testing
All issues related to testing
Milestone
Is your feature request related to a problem? Please describe.
We unnecessary use EventGrid to test out our worker-related project templates, while we only need to know if the generated project is capable of routing messages.
Describe the solution you'd like
Use the file system to write the received message and look for that file during the test assertion.
Additional context
Follow-up work of PR #873
The text was updated successfully, but these errors were encountered: