mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
test(settings): Fix CI after parallel merges
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user