changed twitter API endpoint for oauth test (#7472)

This commit is contained in:
Manuel
2021-07-23 12:46:26 +02:00
committed by GitHub
parent 1594afec64
commit 250008d379

View File

@@ -97,7 +97,7 @@ describe('OAuth', function () {
consumer_key: 'invalid_consumer_key',
consumer_secret: 'invalid_consumer_secret',
};
const path = '/1.1/account/settings.json';
const path = '/1.1/favorites/list.json';
const params = { lang: 'en' };
const oauthClient = new OAuth(options);
oauthClient.get(path, params).then(function (data) {