Skip to content

Commit

Permalink
Fixes #37563 - Angular tests failing on master-source (#11036)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Jun 17, 2024
1 parent f6d2003 commit 6351876
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ describe('Controller: ContentHostErrataController', function() {
name: 'env stage'
},
lifecycle_environment_id: 'env_id_stage',
content_view_id: 'content-view-id'
content_view_id: 'content-view-id',
content_view: {
id: 'content-view-id',
name: 'test_cv',
},
},
hasContent: function() { return true; },
$promise: {then: function(callback) {callback(host)}}
Expand Down

0 comments on commit 6351876

Please sign in to comment.