@@ -212,7 +212,7 @@ void testReport_userAgentBlocked_Ip_Bypassed() {
212212
213213 List <String > bypassedIps = List .of ("192.168.1.1" );
214214 ServiceConfigStore .updateFromAPIResponse (new APIResponse (
215- true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , true , false
215+ true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , false , null , true , false
216216 ));
217217
218218
@@ -231,7 +231,7 @@ void testReport_ipBlockedUsingLists_Ip_Bypassed() {
231231
232232 List <String > bypassedIps = List .of ("192.168.1.1" );
233233 ServiceConfigStore .updateFromAPIResponse (new APIResponse (
234- true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , true , false
234+ true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , false , null , true , false
235235 ));
236236
237237 WebRequestCollector .Res response = WebRequestCollector .report (contextObject );
@@ -251,7 +251,7 @@ void testReport_ipNotAllowedUsingLists_Ip_Bypassed() {
251251
252252 List <String > bypassedIps = List .of ("192.168.1.1" );
253253 ServiceConfigStore .updateFromAPIResponse (new APIResponse (
254- true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , true , false
254+ true , "" , getUnixTimeMS (), List .of (), List .of (), bypassedIps , false , null , true , false
255255 ));
256256
257257
0 commit comments