Skip to content

Commit 8fadb4a

Browse files
chore: remove python file after test
1 parent 8a5a770 commit 8fadb4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ class APIModelsDNSResolverSettingsTestCase extends TestCase {
8383
touch('/var/unbound/test_option1.py');
8484
$settings = new DNSResolverSettings(async: false);
8585
$this->assert_equals($settings->get_python_script_options(), ['test_option1']);
86+
unlink('/var/unbound/test_option1.py');
8687
}
8788
}

0 commit comments

Comments
 (0)