We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e81c02 commit 54d9cf1Copy full SHA for 54d9cf1
client/src/views/__tests__/Report.spec.js
@@ -13,7 +13,7 @@ const exampleReport = {
13
};
14
15
it('should fetch the report URL corresponding to the route param', (done) => {
16
- fetchMock.get('undefined/report.json', () => {
+ fetchMock.get('http://example.com/storage/report.json', () => {
17
fetchMock.restore();
18
return JSON.stringify(exampleReport);
19
});
0 commit comments