File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,10 @@ oc mock --receive 'policy add-role-to-group view system:authenticated -n foo-cd'
5252oc mock --verify
5353
5454echo " "
55- echo " === create-projects: With admins but no groups ==="
55+ echo " === create-projects: Without admins and no groups ==="
5656
5757oc mock --receive=' new-project' --times 3
5858
59- # Expect admins
60- oc mock --receive ' policy add-role-to-user admin foo.bar@example.com -n foo-cd' --times 1
61- oc mock --receive ' policy add-role-to-user admin baz.qux@example.com -n foo-cd' --times 1
62-
6359# Expect default view/edit setup
6460oc mock --receive ' policy add-role-to-group view system:authenticated -n foo-dev' --times 1
6561oc mock --receive ' policy add-role-to-group view system:authenticated -n foo-test' --times 1
You can’t perform that action at this time.
0 commit comments