Skip to content

Commit c389a4f

Browse files
style: run prettier on changed files
1 parent 38c0a3d commit c389a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsDHCPRelayTestCase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class APIModelsDHCPRelayTestCase extends TestCase {
8181
$this->disable_dhcp_servers(apply: true);
8282

8383
# Ensure the DHCPRelay is enabled
84-
$dhcp_relay = new DHCPRelay(enable: true, interface: ["lan"], server: ['1.2.3.4']);
84+
$dhcp_relay = new DHCPRelay(enable: true, interface: ['lan'], server: ['1.2.3.4']);
8585
$dhcp_relay->update();
8686

8787
# Ensure the DHCP relay service is running with the correct arguments

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsDHCPServerTestCase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class APIModelsDHCPServerTestCase extends TestCase {
4343
$dhcp_server = new DHCPServer(id: 'lan', async: false);
4444

4545
# Temporarily change the `lan` interface to use dhcp IPv4
46-
Model::set_config('dhcrelay/enable', "");
46+
Model::set_config('dhcrelay/enable', '');
4747

4848
# Try to enable the DHCP server
4949
$dhcp_server->validate_enable(enable: true);

0 commit comments

Comments
 (0)