mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(): fixed broken tests due to angularjs upgrade
This commit is contained in:
@@ -15,6 +15,7 @@ describe('graphiteDatasource', function() {
|
||||
ctx.$httpBackend = $httpBackend;
|
||||
ctx.$rootScope = $rootScope;
|
||||
ctx.$injector = $injector;
|
||||
$httpBackend.when('GET', /\.html$/).respond('');
|
||||
}));
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
Reference in New Issue
Block a user