Created this dummy params override object:
```
const dummyOverride = {
urlPrefixOverride: 'testing',
};
```
And passed it to endpoint calls that would normally use an established socket and confirmed that when we overrode the url prefix with this dummy params override object we were not entering the condition in `callServerEndpoint` where we use an established socket