We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba91d8 commit eadf2aaCopy full SHA for eadf2aa
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsDHCPServerTestCase.inc
@@ -523,6 +523,9 @@ class APIModelsDHCPServerTestCase extends TestCase {
523
* Ensures non-static interfaces are exempt from DHCP server initialization. This is a regression test for #781
524
*/
525
public function test_non_static_interfaces_exempt_from_dhcp_server_initialization(): void {
526
+ # Ensure no config entry exists for the `opt1` DHCP server
527
+ Model::del_config('dhcpd/opt1');
528
+
529
# Temporarily add a mock interface using pppoe for IPv4
530
Model::set_config('interfaces/opt1/ipaddr', 'pppoe');
531
0 commit comments