Merge pull request #2560 from strongloop/avoid-using-deprecated-methods
Avoid calling deprecated methds
This commit is contained in:
commit
6fd87c45e7
|
@ -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