@@ -104,7 +104,7 @@ component extends="coldbox.system.testing.BaseInterceptorTest" interceptor="cbse
104
104
" /tests/resources/security.json.cfm"
105
105
);
106
106
settings .firewall .validator = " tests.resources.security" ;
107
- mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
107
+ mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
108
108
security .getRulesLoader ().$( " loadRules" , [] );
109
109
110
110
security
@@ -168,7 +168,7 @@ component extends="coldbox.system.testing.BaseInterceptorTest" interceptor="cbse
168
168
describe ( " It can load many types of rules" , function (){
169
169
beforeEach ( function ( currentSpec ){
170
170
settings .firewall .validator = " tests.resources.security" ;
171
- mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
171
+ mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
172
172
security
173
173
.$( " getInstance" )
174
174
.$args ( settings .firewall .validator )
@@ -212,7 +212,7 @@ component extends="coldbox.system.testing.BaseInterceptorTest" interceptor="cbse
212
212
describe ( " module settings rule loading" , function (){
213
213
beforeEach ( function ( currentSpec ){
214
214
settings .firewall .rules .inline = [];
215
- mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
215
+ mockValidator = mockWireBox .getInstance ( settings .firewall .validator );
216
216
security
217
217
.$property ( propertyName = " securityModules" , mock = {} )
218
218
.$property (
0 commit comments