Skip to content

Commit 5b423f0

Browse files
test: clean up restapi settings tests
1 parent a12b788 commit 5b423f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace RESTAPI\Tests;
44

55
use RESTAPI\Core\TestCase;
6+
use RESTAPI\Core\Model;
67
use RESTAPI\Models\FirewallRule;
78
use RESTAPI\Models\RESTAPISettings;
89
use RESTAPI\Models\User;
@@ -13,8 +14,6 @@ use const RESTAPI\Models\API_SETTINGS_RESTORE_NO_CHANGE;
1314
use const RESTAPI\Models\API_SETTINGS_RESTORE_SUCCESS;
1415

1516
class APIModelsAPISettingsTestCase extends TestCase {
16-
# TODO: Needs Tests for API HA sync feature
17-
1817
/**
1918
* Checks that the static `get_pkg_config()` method returns the API package's internal configuration and
2019
* the static `get_pkg_id()` method returns the API package's ID

0 commit comments

Comments
 (0)