Skip to content

Commit

Permalink
changed twitter API endpoint for oauth test (#7472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jul 23, 2021
1 parent 1594afe commit 250008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/OAuth1.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 250008d

Please sign in to comment.