diff --git a/tests/Settings/Controller/AppSettingsControllerTest.php b/tests/Settings/Controller/AppSettingsControllerTest.php index 3b76594f933..9633c771596 100644 --- a/tests/Settings/Controller/AppSettingsControllerTest.php +++ b/tests/Settings/Controller/AppSettingsControllerTest.php @@ -106,16 +106,16 @@ class AppSettingsControllerTest extends TestCase { 'ident' => 'enabled', 'displayName' => 'Enabled apps', ], - [ - 'id' => 3, - 'ident' => 'app-bundles', - 'displayName' => 'App bundles', - ], [ 'id' => 1, 'ident' => 'disabled', 'displayName' => 'Disabled apps', ], + [ + 'id' => 3, + 'ident' => 'app-bundles', + 'displayName' => 'App bundles', + ], [ 'id' => 'auth', 'ident' => 'auth',