Skip to content

Commit 54d9cf1

Browse files
committed
oops
1 parent 8e81c02 commit 54d9cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/__tests__/Report.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const exampleReport = {
1313
};
1414

1515
it('should fetch the report URL corresponding to the route param', (done) => {
16-
fetchMock.get('undefined/report.json', () => {
16+
fetchMock.get('http://example.com/storage/report.json', () => {
1717
fetchMock.restore();
1818
return JSON.stringify(exampleReport);
1919
});

0 commit comments

Comments
 (0)