We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837ff4d commit eddfcb5Copy full SHA for eddfcb5
spec/OAuth1.spec.js
@@ -93,7 +93,7 @@ describe('OAuth', function () {
93
consumer_key: 'XXXXXXXXXXXXXXXXXXXXXXXXX',
94
consumer_secret: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
95
};
96
- const path = '/1.1/oauth/request_token';
+ const path = '/1.1/help/configuration.json';
97
const params = { lang: 'en' };
98
const oauthClient = new OAuth(options);
99
oauthClient.get(path, params).then(function (data) {
0 commit comments