Skip to content

Commit

Permalink
Add test comment back
Browse files Browse the repository at this point in the history
This commit reintroduces test documentation accidentally removed in
operator-framework/operator-lifecycle-manager#3042

Signed-off-by: Alexander Greene <[email protected]>
Signed-off-by: Todd Short <[email protected]>

Upstream-repository: operator-lifecycle-manager
Upstream-commit: 543167908548535a76635659659b42272a949adc
(cherry picked from commit 6eb08f5)
(cherry picked from commit 947d546)
  • Loading branch information
awgreene authored and tmshort committed Jan 19, 2024
1 parent 30ecb60 commit 93ebacc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3675,6 +3675,7 @@ var _ = Describe("Install Plan", func() {
})

It("limits installed resources if the scoped serviceaccount has no permissions", func() {
By("creating a scoped serviceaccount specified in the operatorgroup")
// create SA
sa := &corev1.ServiceAccount{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit 93ebacc

Please sign in to comment.