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:
Peter Piela 2016-11-06 17:30:26 -05:00
parent 143222d3bf
commit e75193224f
2 changed files with 1 additions and 5 deletions

View File

@ -22,8 +22,6 @@
function() {
var service;
beforeEach(module('horizon.dashboard.admin'));
beforeEach(module('horizon.dashboard.admin.ironic'));
beforeEach(module(function($provide) {

View File

@ -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 () {