File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test-harness/tests/specs/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ component
152
152
153
153
given ( " A secured annotated handler and an annotated action and a valid access" , function (){
154
154
then ( " it should allow access" , function (){
155
- prepareMock ( getInstance ( " CFValidator @cbSecurity" ) ).$(
155
+ prepareMock ( getInstance ( " CBAuthValidator @cbSecurity" ) ).$(
156
156
" annotationValidator" ,
157
157
{ allow : true , type : " authentication" }
158
158
);
@@ -163,7 +163,7 @@ component
163
163
164
164
given ( " A secured annotated handler and an annotated action with invalid auth" , function (){
165
165
then ( " it should allow access to handler but not to action" , function (){
166
- prepareMock ( getInstance ( " CFValidator @cbSecurity" ) )
166
+ prepareMock ( getInstance ( " CBAuthValidator @cbSecurity" ) )
167
167
.$( " annotationValidator" )
168
168
.$results (
169
169
{ allow : true , type : " authentication" },
You can’t perform that action at this time.
0 commit comments