Merge pull request #2560 from strongloop/avoid-using-deprecated-methods

Avoid calling deprecated methds
This commit is contained in:
Amir-61 2016-07-29 11:44:43 -04:00 committed by GitHub
commit 6fd87c45e7
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ describe('remoting - integration', function() {
')',
formatReturns(m),
' ',
m.getHttpMethod(),
m.getEndpoints()[0].verb,
' ',
m.getFullPath()
m.getEndpoints()[0].fullPath
].join('');
}