Removed user-facing "Standard Inventory" remnants

This commit is contained in:
Michael Abashian
2017-05-23 17:45:03 -04:00
parent 1176b9b057
commit d31e5a7865
5 changed files with 10 additions and 10 deletions

View File

@@ -216,7 +216,7 @@ describe('Controller: jobResultsController', () => {
it('should transform related links and set to scope var', () => {
expect($scope.created_by_link).toBe('/#/users/12');
expect($scope.inventory_link).toBe('/#/inventories/standard_inventory/12');
expect($scope.inventory_link).toBe('/#/inventories/inventory/12');
expect($scope.project_link).toBe('/#/projects/12');
expect($scope.machine_credential_link).toBe('/#/credentials/12');
expect($scope.cloud_credential_link).toBe('/#/credentials/13');