Skip to content

Commit

Permalink
fixup! IBX-6312: View matcher ParentContentType should not throw exec…
Browse files Browse the repository at this point in the history
…ption if parent is not available - fixed test
  • Loading branch information
vidarl committed Feb 7, 2024
1 parent 5267ac5 commit 3ab0ce5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ protected function getPreviewController(): PreviewController
$this->previewHelper,
$this->authorizationChecker,
$this->locationProvider,
$this->controllerChecker
$this->controllerChecker,
false,
null
);
}

Expand Down

0 comments on commit 3ab0ce5

Please sign in to comment.