Skip to content

Commit ec1ede1

Browse files
test: remove debug test case
1 parent 7c7da25 commit ec1ede1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,4 @@ class APIModelsRESTAPISettingsTestCase extends TestCase {
3333
$settings->validate();
3434
$this->assert_is_false($settings->allow_development_packages->value);
3535
}
36-
37-
/**
38-
* Checks that the `allow_development_packages` field is represented as a boolean in the API response.
39-
*/
40-
public function test_allow_development_packages_is_boolean_field(): void {
41-
$settings = new RESTAPISettings();
42-
$this->assert_type(value: $settings->allow_development_packages, type: 'RESTAPI\\Fields\\BooleanField');
43-
}
4436
}

0 commit comments

Comments
 (0)