Avoid calling deprecated methds

*Avoid calling deprecated
`getHttpMethod` and `getFullPath`
This commit is contained in:
Amir Jafarian 2016-07-28 11:29:25 -04:00
parent b3c66f34c8
commit 2ab599fdd1
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('');
}