diff --git a/apps/settings/tests/Controller/AppSettingsControllerTest.php b/apps/settings/tests/Controller/AppSettingsControllerTest.php index 357e05733d7..b6d5d8c5dd0 100644 --- a/apps/settings/tests/Controller/AppSettingsControllerTest.php +++ b/apps/settings/tests/Controller/AppSettingsControllerTest.php @@ -182,7 +182,7 @@ class AppSettingsControllerTest extends TestCase { ]); $this->initialState - ->expects($this->exactly(4)) + ->expects($this->exactly(5)) ->method('provideInitialState'); $policy = new ContentSecurityPolicy(); @@ -222,7 +222,7 @@ class AppSettingsControllerTest extends TestCase { ]); $this->initialState - ->expects($this->exactly(4)) + ->expects($this->exactly(5)) ->method('provideInitialState'); $policy = new ContentSecurityPolicy();