Skip to content

Commit eddfcb5

Browse files
committed
Update OAuth1.spec.js
1 parent 837ff4d commit eddfcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/OAuth1.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('OAuth', function () {
9393
consumer_key: 'XXXXXXXXXXXXXXXXXXXXXXXXX',
9494
consumer_secret: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
9595
};
96-
const path = '/1.1/oauth/request_token';
96+
const path = '/1.1/help/configuration.json';
9797
const params = { lang: 'en' };
9898
const oauthClient = new OAuth(options);
9999
oauthClient.get(path, params).then(function (data) {

0 commit comments

Comments
 (0)