test(settings): Fix CI after parallel merges

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2026-02-04 09:50:24 +01:00
parent 0478825fac
commit ba88bf4727
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -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();