test(settings): Fix CI after parallel merges

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/58050/head
Joas Schilling 20 hours ago
parent 0478825fac
commit ba88bf4727
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 4
      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();

Loading…
Cancel
Save