diff --git a/spec/OAuth1.spec.js b/spec/OAuth1.spec.js index aa6e8ed0c5..21ae7d9517 100644 --- a/spec/OAuth1.spec.js +++ b/spec/OAuth1.spec.js @@ -97,7 +97,7 @@ describe('OAuth', function () { consumer_key: 'invalid_consumer_key', consumer_secret: 'invalid_consumer_secret', }; - const path = '/1.1/account/settings.json'; + const path = '/1.1/favorites/list.json'; const params = { lang: 'en' }; const oauthClient = new OAuth(options); oauthClient.get(path, params).then(function (data) {