Skip to content

Commit 6ff4057

Browse files
committed
changed twitter API endpoint for oauth test
1 parent 1594afe commit 6ff4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/OAuth1.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('OAuth', function () {
9797
consumer_key: 'invalid_consumer_key',
9898
consumer_secret: 'invalid_consumer_secret',
9999
};
100-
const path = '/1.1/account/settings.json';
100+
const path = '/1.1/favorites/list.json';
101101
const params = { lang: 'en' };
102102
const oauthClient = new OAuth(options);
103103
oauthClient.get(path, params).then(function (data) {

0 commit comments

Comments
 (0)