We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9275 commit 262a2a3Copy full SHA for 262a2a3
1 file changed
tests/index.test.ts
@@ -193,6 +193,7 @@ describe('instantiate client', () => {
193
});
194
195
test('in request options', () => {
196
+ process.env['RUNLOOP_BASE_URL'] = ''; // empty, so that the default base URL is used
197
const client = new Runloop({ bearerToken: 'My Bearer Token' });
198
expect(client.buildURL('/foo', null, 'http://localhost:5000/option')).toEqual(
199
'http://localhost:5000/option/foo',
0 commit comments