Avoid calling deprecated methds
*Avoid calling deprecated `getHttpMethod` and `getFullPath`
This commit is contained in:
parent
b3c66f34c8
commit
2ab599fdd1
|
@ -99,9 +99,9 @@ describe('remoting - integration', function() {
|
|||
')',
|
||||
formatReturns(m),
|
||||
' ',
|
||||
m.getHttpMethod(),
|
||||
m.getEndpoints()[0].verb,
|
||||
' ',
|
||||
m.getFullPath()
|
||||
m.getEndpoints()[0].fullPath
|
||||
].join('');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue