Girish Ramakrishnan hace 6 años
padre
commit
4d578201d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -176,7 +176,7 @@ describe('Application life cycle test', function () {
 
             token = result.body.accessToken;
 
-            superagent.get('https://' + inspect.apiEndpoint + '/api/v1/user/profile')
+            superagent.get('https://' + inspect.apiEndpoint + '/api/v1/profile')
                 .query({ access_token: token }).end(function (error, result) {
                 if (error) return done(error);
                 if (result.statusCode !== 200) return done(new Error('Get profile failed with status ' + result.statusCode));