mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Remove lo
This commit is contained in:
@@ -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 });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user