describe('Find the correct api url', () => { // TODO: To check: // /api/v1 // / (should append api suffix) // :3456/api/v1 // :3456/ (should append api suffix) // + Everything with http and https -> start with the current protocol, then try the other one })