mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove lo
This commit is contained in:
parent
2f6b302375
commit
c11d0f5cc6
@ -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…
Reference in New Issue
Block a user