File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class APIModelsFreeRADIUSClientTestCase extends TestCase {
9292 response_id: 'FREERADIUS_CLIENT_ADDR_IPV4_NOT_ALLOWED ' ,
9393 code: 400 ,
9494 callable: function () {
95- $ client = new FreeRADIUSClient (addr: " 1.2.3.4 " , ip_version: 'ipv6addr ' );
95+ $ client = new FreeRADIUSClient (addr: ' 1.2.3.4 ' , ip_version: 'ipv6addr ' );
9696 $ client ->addr ->validate (); # Validate to so labels are populated
9797 $ client ->validate_addr ('1.2.3.4 ' );
9898 },
@@ -101,7 +101,7 @@ class APIModelsFreeRADIUSClientTestCase extends TestCase {
101101 response_id: 'FREERADIUS_CLIENT_ADDR_IPV6_NOT_ALLOWED ' ,
102102 code: 400 ,
103103 callable: function () {
104- $ client = new FreeRADIUSClient (addr: " 1234::1 " , ip_version: 'ipaddr ' );
104+ $ client = new FreeRADIUSClient (addr: ' 1234::1 ' , ip_version: 'ipaddr ' );
105105 $ client ->addr ->validate (); # Validate to so labels are populated
106106 $ client ->validate_addr ('1234::1 ' );
107107 },
You can’t perform that action at this time.
0 commit comments