mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-01-06 05:29:34 -06:00
Fix config export so server settings are correct.
This commit is contained in:
@@ -43,6 +43,7 @@ describe('plexApi', () => {
|
||||
nock('https://plex.tv')
|
||||
.get('/api/users?X-Plex-Token=plexToken')
|
||||
.replyWithFile(200, usersResponse, { 'Content-Type': 'text/xml' });
|
||||
|
||||
const options = { token: 'plexToken' };
|
||||
const PlexApi = new PlexApiClient(options);
|
||||
const urlParams = PlexApi.getUsersUrlParams();
|
||||
|
||||
Reference in New Issue
Block a user