Eliminate references to non-existent admin module
This commit extends the recent basepath change. The angular horizon.dashboard.admin module has been eliminated. Change-Id: I9f915b7a1662998fcca12f0f2c1c1684bff1a9fc
This commit is contained in:
parent
143222d3bf
commit
e75193224f
@ -22,8 +22,6 @@
|
||||
function() {
|
||||
var service;
|
||||
|
||||
beforeEach(module('horizon.dashboard.admin'));
|
||||
|
||||
beforeEach(module('horizon.dashboard.admin.ironic'));
|
||||
|
||||
beforeEach(module(function($provide) {
|
||||
|
@ -88,8 +88,7 @@
|
||||
'horizon.dashboard.admin.ironic.NodeDetailsController',
|
||||
{$scope: scope,
|
||||
$location: $location,
|
||||
'horizon.dashboard.admin.ironic.actions': {},
|
||||
'horizon.dashboard.admin.basePath': '/static'});
|
||||
'horizon.dashboard.admin.ironic.actions': {}});
|
||||
|
||||
scope.$apply();
|
||||
}));
|
||||
@ -100,7 +99,6 @@
|
||||
|
||||
it('should have a basePath', function () {
|
||||
expect(ctrl.basePath).toBeDefined();
|
||||
expect(ctrl.basePath).toEqual('/static');
|
||||
});
|
||||
|
||||
it('should have a node', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user