Remove lo

This commit is contained in:
Tobias Skarhed 2018-07-27 15:52:22 +02:00
parent 2f6b302375
commit c11d0f5cc6

View File

@ -3,7 +3,6 @@ jest.mock('app/core/store');
describe('backend_srv', function() {
let _httpBackend = options => {
console.log(options);
if (options.url === 'gateway-error') {
return Promise.reject({ status: 502 });
}