Commit c11d0f5c by Tobias Skarhed

Remove lo

parent 2f6b3023
...@@ -3,7 +3,6 @@ jest.mock('app/core/store'); ...@@ -3,7 +3,6 @@ jest.mock('app/core/store');
describe('backend_srv', function() { describe('backend_srv', function() {
let _httpBackend = options => { let _httpBackend = options => {
console.log(options);
if (options.url === 'gateway-error') { if (options.url === 'gateway-error') {
return Promise.reject({ status: 502 }); return Promise.reject({ status: 502 });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment