We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594afe commit 6ff4057Copy full SHA for 6ff4057
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