Skip to content

Commit 5431679

Browse files
committed
Add test comment back
This commit reintroduces test documentation accidentally removed in #3042 Signed-off-by: Alexander Greene <[email protected]>
1 parent 658a6a6 commit 5431679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/installplan_e2e_test.go

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

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

0 commit comments

Comments
 (0)