diff --git a/packager/react-packager/src/Server/__tests__/Server-test.js b/packager/react-packager/src/Server/__tests__/Server-test.js index d8d2e96d6..c54e503d1 100644 --- a/packager/react-packager/src/Server/__tests__/Server-test.js +++ b/packager/react-packager/src/Server/__tests__/Server-test.js @@ -398,7 +398,7 @@ describe('processRequest', () => { describe('/symbolicate endpoint', () => { pit('should symbolicate given stack trace', () => { const body = JSON.stringify({stack: [{ - file: 'foo.bundle?platform=ios', + file: 'http://foo.bundle?platform=ios', lineNumber: 2100, column: 44, customPropShouldBeLeftUnchanged: 'foo',