cdnjs / api-server

📡 API server for api.cdnjs.com - The #1 free and open source CDN built to make life easier for developers.
https://api.cdnjs.com
MIT License
89 stars 38 forks source link

Look for start string to reduce failures #55

Closed MattIPv4 closed 3 years ago

MattIPv4 commented 3 years ago

Type of Change

What issue does this relate to?

N/A

What should this PR do?

Searches for the server start string instead of just looking at the start of the incoming stdout data. Hopefully, this should reduce test failures due to the start string not being detected.

What are the acceptance criteria?

Tests pass.