Skip to content

Commit 6eb08f5

Browse files
committed
Add test comment back
This commit reintroduces test documentation accidentally removed in operator-framework/operator-lifecycle-manager#3042 Signed-off-by: Alexander Greene <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 543167908548535a76635659659b42272a949adc
1 parent 0ac3add commit 6eb08f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: staging/operator-lifecycle-manager/test/e2e/installplan_e2e_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -3688,6 +3688,7 @@ var _ = Describe("Install Plan", func() {
36883688
})
36893689

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

0 commit comments

Comments
 (0)