Skip to content

Commit

Permalink
Fix test broken by D3516741
Browse files Browse the repository at this point in the history
Reviewed By: astreet

Differential Revision: D3517064

fbshipit-source-id: 8fe6fca1bc2c77872b1bf09bd114a3d490d9c834
  • Loading branch information
frantic authored and Facebook Github Bot 7 committed Jul 5, 2016
1 parent 73f62e5 commit 29e04a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 29e04a6

Please sign in to comment.