We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 857ba0a + 250008d commit 548091bCopy full SHA for 548091b
spec/OAuth1.spec.js
@@ -97,7 +97,7 @@ describe('OAuth', function () {
97
consumer_key: 'invalid_consumer_key',
98
consumer_secret: 'invalid_consumer_secret',
99
};
100
- const path = '/1.1/account/settings.json';
+ const path = '/1.1/favorites/list.json';
101
const params = { lang: 'en' };
102
const oauthClient = new OAuth(options);
103
oauthClient.get(path, params).then(function (data) {
0 commit comments