pull/12742/head
Tobias Skarhed 7 years ago
parent 2f6b302375
commit c11d0f5cc6
  1. 1
      public/app/core/specs/backend_srv.jest.ts

@ -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 });
}

Loading…
Cancel
Save