microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
457 stars 53 forks source link

Fix plain-text report for ApiCenterProductionVersionPlugin #782

Closed waldekmastykarz closed 1 month ago

waldekmastykarz commented 1 month ago

Currently, the generated plain-text report missed an empty line after the non-production APIs section.

Current

Non-production APIs:

  GET https://jsonplaceholder.typicode.com/users?api-version=beta
Production APIs:

  GET https://jsonplaceholder.typicode.com/posts?api-version=v1.0

Expected

Non-production APIs:

  GET https://jsonplaceholder.typicode.com/users?api-version=beta

Production APIs:

  GET https://jsonplaceholder.typicode.com/posts?api-version=v1.0