Fix test broken by D3516741

Reviewed By: astreet

Differential Revision: D3517064

fbshipit-source-id: 8fe6fca1bc2c77872b1bf09bd114a3d490d9c834
This commit is contained in:
Alex Kotliarskyi 2016-07-05 10:44:08 -07:00 committed by Facebook Github Bot 7
parent 8b00d98167
commit 1dcf2e0c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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',